mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1238206 - Make ServiceWorkerContainer.getRegistration() return Promise<any>; r=baku
This change is cosmetic only, in order to bring us on par with the spec.
This commit is contained in:
parent
5d264b5e3c
commit
8a803e0e85
@ -24,7 +24,7 @@ interface ServiceWorkerContainer : EventTarget {
|
||||
optional RegistrationOptions options);
|
||||
|
||||
[NewObject]
|
||||
Promise<ServiceWorkerRegistration> getRegistration(optional USVString documentURL = "");
|
||||
Promise<any> getRegistration(optional USVString documentURL = "");
|
||||
|
||||
[NewObject]
|
||||
Promise<sequence<ServiceWorkerRegistration>> getRegistrations();
|
||||
|
Loading…
Reference in New Issue
Block a user