Typescript Library Declarations (Web Worker)
Interface RegistrationOptions
interface
RegistrationOptions
{
scope
?:
string
;
type
?:
WorkerType
;
updateViaCache
?:
ServiceWorkerUpdateViaCache
;
}
Index
Properties
scope?
type?
update
Via
Cache?
Properties
Optional
scope
scope
?:
string
Optional
type
type
?:
WorkerType
Optional
update
Via
Cache
update
Via
Cache
?:
ServiceWorkerUpdateViaCache
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
scope
type
update
Via
Cache
Typescript Library Declarations (Web Worker)