@jupyterlite / @jupyterlite/services / ServiceWorkerContentsAPI / IOptions
Interface: IOptions#
Defined in: packages/services/src/contents/drivefs.ts:776
Initialization options for a service worker contents API
Extends#
Properties#
baseUrl#
baseUrl:
string
Defined in: packages/services/src/contents/drivefs.ts:780
The base URL.
browsingContextId#
browsingContextId:
string
Defined in: packages/services/src/contents/drivefs.ts:785
The ID of the browsing context where the request originated.
driveName#
driveName:
string
Defined in: packages/services/src/contents/drivefs.ts:750
The name of the drive to use for the contents API request.
Inherited from#
ERRNO_CODES#
ERRNO_CODES:
any
Defined in: packages/services/src/contents/drivefs.ts:765
The filesystem error codes.
Inherited from#
FS#
FS:
FS
Defined in: packages/services/src/contents/drivefs.ts:760
The filesystem module API.
Inherited from#
mountpoint#
mountpoint:
string
Defined in: packages/services/src/contents/drivefs.ts:755
Where to mount files in the kernel.