| Index: Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| index 5749387f7c078788d3877d5962bdc469034f9284..869808d342a46a89fcf5ed79109dae11f7c9193d 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerRegistration.idl
|
| @@ -8,7 +8,12 @@
|
| RuntimeEnabled=ServiceWorker,
|
| WillBeGarbageCollected,
|
| ] interface ServiceWorkerRegistration : EventTarget {
|
| + [Unforgeable] readonly attribute ServiceWorker? installing;
|
| + [Unforgeable] readonly attribute ServiceWorker? waiting;
|
| + [Unforgeable] readonly attribute ServiceWorker? active;
|
| readonly attribute ScalarValueString scope;
|
|
|
| [CallWith=ScriptState] Promise unregister();
|
| +
|
| + attribute EventHandler onupdatefound;
|
| };
|
|
|