browser-fs-access
Advanced tools
Comparing version 0.19.0 to 0.19.1
@@ -13,2 +13,5 @@ /** | ||
multiple?: M; | ||
startIn?: WellKnownDirectory | FileSystemHandle; | ||
/** By specifying an ID, the user agent can remember different directories for different IDs. */ | ||
id?: string; | ||
/** | ||
@@ -95,2 +98,6 @@ * Configurable cleanup and `Promise` rejector usable with legacy API for | ||
recursive: boolean; | ||
/** Suggested directory in which the file picker opens. */ | ||
startIn?: WellKnownDirectory | FileSystemHandle; | ||
/** By specifying an ID, the user agent can remember different directories for different IDs. */ | ||
id?: string; | ||
}): Promise<FileWithDirectoryHandle[]>; | ||
@@ -97,0 +104,0 @@ |
{ | ||
"name": "browser-fs-access", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "File System Access API with legacy fallback in the browser.", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29736
140