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

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

Issue 1040993003: ServiceWorker: Support non-window clients in Clients.matchAll (2/2 blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
Index: Source/modules/serviceworkers/Client.idl
diff --git a/Source/modules/serviceworkers/Client.idl b/Source/modules/serviceworkers/Client.idl
index de8930dae14f802bee02ccf5a81a07a4e6f65933..f4609f8a419de8d5641824a42ffca9b69d988cdd 100644
--- a/Source/modules/serviceworkers/Client.idl
+++ b/Source/modules/serviceworkers/Client.idl
@@ -11,6 +11,7 @@
ImplementedAs=ServiceWorkerClient,
] interface Client {
[RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute USVString url;
+ [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute ContextFrameType frameType;
// FIXME: Un-deprecate when the discussion on https://github.com/slightlyoff/ServiceWorker/issues/609 settles.
[Custom, RaisesException, DeprecateAs=ServiceWorkerClientPostMessage, CallWith=ExecutionContext] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
};

Powered by Google App Engine
This is Rietveld 408576698