diff --git a/build/patches/00Keep-disabled-FetchLaterAPI.patch b/build/patches/00Keep-disabled-FetchLaterAPI.patch new file mode 100644 index 00000000..7b14d8ba --- /dev/null +++ b/build/patches/00Keep-disabled-FetchLaterAPI.patch @@ -0,0 +1,23 @@ +From: uazo +Date: Thu, 28 Sep 2023 08:11:00 +0000 +Subject: Keep disabled FetchLaterAPI + +--- + .../blink/renderer/platform/runtime_enabled_features.json5 | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/third_party/blink/renderer/platform/runtime_enabled_features.json5 b/third_party/blink/renderer/platform/runtime_enabled_features.json5 +--- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 ++++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 +@@ -1636,7 +1636,8 @@ + }, + { + // The Blink runtime-enabled feature name for the API's IDL. +- name: "FetchLaterAPI", ++ name: "FetchLaterAPI", // disable ++ status: "experimental", // by default + public: true, + }, + { +-- +2.25.1