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

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

Issue 676563002: Service Worker: Annotate IDLs with [TypeChecking] to turn it on (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove TypeChecking=Unrestricted Created 6 years, 2 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 | « Source/modules/serviceworkers/Cache.idl ('k') | Source/modules/serviceworkers/ExtendableEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/CacheStorage.idl
diff --git a/Source/modules/serviceworkers/CacheStorage.idl b/Source/modules/serviceworkers/CacheStorage.idl
index 50c4c5f1a9a7b872df506774c0d668786ffd9d62..0ebff1e89631dc321e59b176306826e0a5d77454 100644
--- a/Source/modules/serviceworkers/CacheStorage.idl
+++ b/Source/modules/serviceworkers/CacheStorage.idl
@@ -7,6 +7,7 @@
GarbageCollected,
Exposed=ServiceWorker,
RuntimeEnabled=ServiceWorkerCache,
+ TypeChecking=Interface,
] interface CacheStorage {
[CallWith=ScriptState] Promise has(ScalarValueString cacheName);
[CallWith=ScriptState] Promise open(ScalarValueString cacheName);
« no previous file with comments | « Source/modules/serviceworkers/Cache.idl ('k') | Source/modules/serviceworkers/ExtendableEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698