mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
parent
6bb5d0e846
commit
bad529a0f7
6 changed files with 7 additions and 18 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/#service-worker-global-scope
|
||||
|
||||
[Global=(Worker,ServiceWorker), Pref="dom.serviceworker.enabled"]
|
||||
[Global=(Worker,ServiceWorker), Exposed=ServiceWorker,
|
||||
Pref="dom.serviceworker.enabled"]
|
||||
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
|
||||
// A container for a list of Client objects that correspond to
|
||||
// browsing contexts (or shared workers) that are on the origin of this SW
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue