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

Unified Diff: modules/serviceworkers/CacheStorage.idl

Issue 959933002: Move IDLs to 39 roll (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « modules/serviceworkers/Cache.idl ('k') | modules/serviceworkers/ExtendableEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/serviceworkers/CacheStorage.idl
diff --git a/modules/serviceworkers/CacheStorage.idl b/modules/serviceworkers/CacheStorage.idl
index 35b53933f927ae02493c6a18732f53acf5882091..c36ce34707c300b2b3b392ad3d7512a646be26da 100644
--- a/modules/serviceworkers/CacheStorage.idl
+++ b/modules/serviceworkers/CacheStorage.idl
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage
[
- WillBeGarbageCollected,
- NoInterfaceObject,
+ GarbageCollected,
Exposed=ServiceWorker,
- RuntimeEnabled=ServiceWorker,
+ RuntimeEnabled=ServiceWorkerOnFetch,
] interface CacheStorage {
[CallWith=ScriptState] Promise get(ScalarValueString cacheName);
[CallWith=ScriptState] Promise has(ScalarValueString cacheName);
« no previous file with comments | « modules/serviceworkers/Cache.idl ('k') | modules/serviceworkers/ExtendableEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698