Bug 1132673 - Removing the scope line from ServiceWorkerGlobalScope and changing the signature and body of getScope. r=nsm,baku

This commit is contained in:
Jason Gersztyn 2015-03-04 15:59:17 -08:00
parent 16374b28ae
commit 00822e89c4

View File

@ -18,8 +18,6 @@ interface ServiceWorkerGlobalScope : WorkerGlobalScope {
readonly attribute Clients clients;
[Unforgeable] readonly attribute DOMString scope;
// FIXME(nsm): Bug 995484
// ResponsePromise<any> fetch((Request or [EnsureUTF16] DOMString) request);