Chromium Code Reviews| Index: Source/modules/serviceworkers/Client.idl |
| diff --git a/Source/modules/serviceworkers/Client.idl b/Source/modules/serviceworkers/Client.idl |
| index 7e1b5477cbd872d8acd133711f6291da621ae43b..27f4828d3222d1e2d75ca0903427b9b86e75b3d0 100644 |
| --- a/Source/modules/serviceworkers/Client.idl |
| +++ b/Source/modules/serviceworkers/Client.idl |
| @@ -12,6 +12,7 @@ |
| ] interface Client { |
| [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute USVString url; |
| [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute ContextFrameType frameType; |
| + [RuntimeEnabled=ServiceWorkerClientAttributes] readonly attribute DOMString id; |
|
lgombos
2015/06/25 01:04:21
This is a webexposed change. Do you need an intent
jungkees
2015/06/25 01:51:36
I'm not quite sure about the requirement. This is
|
| // FIXME: Un-deprecate when the discussion on https://github.com/slightlyoff/ServiceWorker/issues/609 settles. |
| [PostMessage, RaisesException, DeprecateAs=ServiceWorkerClientPostMessage, CallWith=ExecutionContext] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer); |
| }; |