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

Unified Diff: Source/modules/serviceworkers/FetchEvent.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/ExtendableEvent.idl ('k') | Source/modules/serviceworkers/Headers.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchEvent.idl
diff --git a/Source/modules/serviceworkers/FetchEvent.idl b/Source/modules/serviceworkers/FetchEvent.idl
index 88bf9e1ff5bdc6174852017a849c36ab02dc6317..9d5662b56d485104502a7e7704669e67602a0ca2 100644
--- a/Source/modules/serviceworkers/FetchEvent.idl
+++ b/Source/modules/serviceworkers/FetchEvent.idl
@@ -5,7 +5,8 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#fetch-event-interface
[
RuntimeEnabled=ServiceWorkerOnFetch,
- Exposed=ServiceWorker
+ Exposed=ServiceWorker,
+ TypeChecking=Interface,
] interface FetchEvent : Event {
readonly attribute Request request;
readonly attribute boolean isReload;
« no previous file with comments | « Source/modules/serviceworkers/ExtendableEvent.idl ('k') | Source/modules/serviceworkers/Headers.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698