Definition
Service Workers Nightly defines RegistrationOptions
dictionary RegistrationOptions {
USVString scope;
WorkerType type = "classic";
ServiceWorkerUpdateViaCache updateViaCache = "imports";
};
RegistrationOptions
dictionaryService Workers Nightly defines RegistrationOptions
dictionary RegistrationOptions {
USVString scope;
WorkerType type = "classic";
ServiceWorkerUpdateViaCache updateViaCache = "imports";
};