@jupyterlite / @jupyterlite/contents / ServiceWorkerContentsAPI / IOptions
Interface: ~~IOptions~~#
Defined in: packages/services/lib/contents/drivefs.d.ts:203
Initialization options for a service worker contents API
Extends#
Properties#
~~baseUrl~~#
baseUrl:
string
Defined in: packages/services/lib/contents/drivefs.d.ts:207
The base URL.
~~browsingContextId~~#
browsingContextId:
string
Defined in: packages/services/lib/contents/drivefs.d.ts:211
The ID of the browsing context where the request originated.
~~driveName~~#
driveName:
string
Defined in: packages/services/lib/contents/drivefs.d.ts:181
The name of the drive to use for the contents API request.
Inherited from#
~~ERRNO_CODES~~#
ERRNO_CODES:
any
Defined in: packages/services/lib/contents/drivefs.d.ts:193
The filesystem error codes.
Inherited from#
~~FS~~#
FS:
any
Defined in: packages/services/lib/contents/drivefs.d.ts:189
The filesystem module API.
Inherited from#
~~mountpoint~~#
mountpoint:
string
Defined in: packages/services/lib/contents/drivefs.d.ts:185
Where to mount files in the kernel.