API > wxt/browser > Browser > fileSystemProvider > onUnmountRequested
Variable: onUnmountRequested
const
onUnmountRequested:Event
<(options
,successCallback
,errorCallback
) =>void
>
Raised when unmounting for the file system with the fileSystemId
identifier is requested. In the response, the unmount API method must be called together with successCallback
. If unmounting is not possible (eg. due to a pending operation), then errorCallback
must be called.
Source
packages/browser/src/gen/index.d.ts:5279
Generated using typedoc-plugin-markdown and TypeDoc