@novorender/web_app / OfflineImportMap
Interface: OfflineImportMap
A map describing inlined resources, or urls where to fetch them.
Properties
baseUrl
readonly baseUrl: URL;
The absolute base url to be applied to the other URLs.
See
https://developer.mozilla.org/en-US/docs/Web/API/URL/URL
Defined in
@novorender/offline/imports.ts:24
ioWorker?
readonly optional ioWorker: string | URL;
Inlined io worker, or URL to download.
Default Value
"./ioWorker.js"