WebIDLpedia

RegistrationOptions dictionary

Definition

Service Workers Nightly defines RegistrationOptions



dictionary RegistrationOptions {
  USVString scope;
  WorkerType type = "classic";
  ServiceWorkerUpdateViaCache updateViaCache = "imports";
};

Referring IDL interfaces/dictionaries