mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1218141 - Add some SameObject and NewObject annotations to ServiceWorkerGlobalScope; r=bzbarsky
This commit is contained in:
parent
a8e646d8f9
commit
061f301a5d
@ -13,10 +13,10 @@
|
||||
[Global=(Worker,ServiceWorker),
|
||||
Exposed=ServiceWorker]
|
||||
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
|
||||
readonly attribute Clients clients;
|
||||
readonly attribute ServiceWorkerRegistration registration;
|
||||
[SameObject] readonly attribute Clients clients;
|
||||
[SameObject] readonly attribute ServiceWorkerRegistration registration;
|
||||
|
||||
[Throws]
|
||||
[Throws, NewObject]
|
||||
Promise<boolean> skipWaiting();
|
||||
|
||||
attribute EventHandler oninstall;
|
||||
|
Loading…
Reference in New Issue
Block a user