Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
index a0ab30d9327b03426afa2edfc0488a95d2b07177..0da19c6ba3ac1fb5932d31600f6acfeee296f02a 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
@@ -41,8 +41,8 @@ |
// FIXME: Rename to "caches" once native Cache API implementation is available. |
[CallWith=ExecutionContext, Unforgeable, ImplementedAs=caches] readonly attribute CacheStorage nativeCaches; |
- [CallWith=ScriptState] Promise fetch(ScalarValueString request); |
- [CallWith=ScriptState] Promise fetch(Request request); |
+ [CallWith=ScriptState] Promise fetch(DOMString request, optional Dictionary requestInitDict); |
+ [CallWith=ScriptState] Promise fetch(Request request, optional Dictionary requestInitDict); |
attribute EventHandler onactivate; |
attribute EventHandler onfetch; |