***`
@jupyterlite / @jupyterlite/apputils / IServiceWorkerManager / IOptions
Interface: IOptions#
Defined in: packages/apputils/src/tokens.ts:62
An options object for initializing a worker manager.
Properties#
contents#
**contents**:IManager
Defined in: packages/apputils/src/tokens.ts:66
The contents manager to use for handling drive contents requests
`***
workerUrl?#
optionalworkerUrl:string
Defined in: packages/apputils/src/tokens.ts:71
URL to load the worker file. Default to “{baseURL}/service-worker.js”