When true, enable an in-memory cache of directory handles to avoid repeated handle lookups for the same paths.
Initial delay in milliseconds used for exponential backoff when retrying operations. Each retry doubles the delay (plus some jitter).
Maximum number of retry attempts for transient errors (e.g. browser UnknownError) before giving up.
Called when a non-retriable error occurs (or when retries are exhausted). Receives the operation name, the error, and an optional path.
Called before each retry attempt. Receives the operation name, the attempt number, the error that triggered the retry, and an optional path.
If true, use the synchronous access handle API (OPFS) for writes when available. This can improve write performance in supporting browsers.
Generated using TypeDoc
Configuration options for the
FileSystemAccessApiFsClient.