mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update Worker webidl to support WorkerOptions
This commit is contained in:
parent
81f750afa7
commit
dececad390
11 changed files with 57 additions and 22 deletions
|
@ -24,6 +24,6 @@ interface ServiceWorkerContainer : EventTarget {
|
|||
|
||||
dictionary RegistrationOptions {
|
||||
USVString scope;
|
||||
//WorkerType type = "classic";
|
||||
WorkerType type = "classic";
|
||||
ServiceWorkerUpdateViaCache updateViaCache = "imports";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue