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

Unified Diff: Source/modules/serviceworkers/Cache.idl

Issue 458853002: [ServiceWorker] Add missing method to Cache.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@2b-cleanup
Patch Set: narrow Created 6 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/Cache.idl
diff --git a/Source/modules/serviceworkers/Cache.idl b/Source/modules/serviceworkers/Cache.idl
index fe7337d03b075edf2084e7bea81c5efe5ae6a426..5f44e417fa3756698d9bf846f02efdbb874dd871 100644
--- a/Source/modules/serviceworkers/Cache.idl
+++ b/Source/modules/serviceworkers/Cache.idl
@@ -33,6 +33,7 @@
// [CallWith=ScriptState] Promise add((Request or ScalarValueString) request);
[CallWith=ScriptState] Promise add(Request request);
+ [CallWith=ScriptState] Promise add(ScalarValueString request);
// FIXME: The lack of union type support together with the sequence mean we can't use overrides here, instead
// bind a generic type.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698