Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1186)

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2811623002: Fetch API: Add Request#cache attribute (Closed)
Patch Set: address comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 82898e6ee6ab1e2580960b3c5518d76f22730096..00bcfc245a47d4355ac8dc05804b1d8ce03067c3 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -408,6 +408,10 @@
status: "experimental",
},
{
+ name:"FetchRequestCache",
+ status: "experimental",
+ },
+ {
name: "FileAPIBlobClose",
status: "experimental",
},

Powered by Google App Engine
This is Rietveld 408576698