***`
@jupyterlite / @jupyterlite/contents / ServiceWorkerContentsAPI / IOptions
Interface: IOptions
#
Defined in: packages/contents/src/drivefs.ts:714
Initialization options for a service worker contents API
Extends#
Properties#
baseUrl
#
**baseUrl**
:string
Defined in: packages/contents/src/drivefs.ts:718
The base URL.
`***
browsingContextId
#
browsingContextId
:string
Defined in: packages/contents/src/drivefs.ts:723
The ID of the browsing context where the request originated.
***`
driveName
#
**driveName**
:string
Defined in: packages/contents/src/drivefs.ts:688
The name of the drive to use for the contents API request.
Inherited from#
`***
ERRNO_CODES
#
ERRNO_CODES
:any
Defined in: packages/contents/src/drivefs.ts:703
The filesystem error codes.
Inherited from#
***`
FS
#
**FS**
:FS
Defined in: packages/contents/src/drivefs.ts:698
The filesystem module API.
Inherited from#
`***
mountpoint
#
mountpoint
:string
Defined in: packages/contents/src/drivefs.ts:693
Where to mount files in the kernel.