Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
index 0da19c6ba3ac1fb5932d31600f6acfeee296f02a..c8425f9ee2f3a6968b90eb9b624c4185bef99044 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.idl |
@@ -37,9 +37,7 @@ |
readonly attribute ServiceWorkerClients clients; |
[CallWith=ExecutionContext, Unforgeable] readonly attribute ScalarValueString scope; |
- |
- // FIXME: Rename to "caches" once native Cache API implementation is available. |
- [CallWith=ExecutionContext, Unforgeable, ImplementedAs=caches] readonly attribute CacheStorage nativeCaches; |
+ [CallWith=ExecutionContext, Unforgeable] readonly attribute FetchStores fetchStores; |
[CallWith=ScriptState] Promise fetch(DOMString request, optional Dictionary requestInitDict); |
[CallWith=ScriptState] Promise fetch(Request request, optional Dictionary requestInitDict); |