mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
implement related sw interface and register method
This commit is contained in:
parent
0594d58bc8
commit
15a2064c0d
33 changed files with 1285 additions and 217 deletions
|
@ -6898,6 +6898,12 @@
|
|||
"url": "/_mozilla/mozilla/sequence-hole.html"
|
||||
}
|
||||
],
|
||||
"mozilla/service-workers/service-worker-registration.html": [
|
||||
{
|
||||
"path": "mozilla/service-workers/service-worker-registration.html",
|
||||
"url": "/_mozilla/mozilla/service-workers/service-worker-registration.html"
|
||||
}
|
||||
],
|
||||
"mozilla/storage.html": [
|
||||
{
|
||||
"path": "mozilla/storage.html",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
prefs: ["dom.serviceworker.enabled:true"]
|
Loading…
Add table
Add a link
Reference in a new issue