Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications. - WICG/file-system-access
Context: Chromium "App" at chrome: protocol Code: result = await (await dir.getFile(outputFileName, { create: false })).getFile(); // File object with type set to "application/octet-stream" const blobURL = URL.createObjectURL(result); Re...
Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications. - showDirectoryPicker always returns 1 handle (#443) · WICG/file-system-access@f443f21
I'm trying to use directory picker from a chrome extension. File picker seems to work, but when I try to pick a directory I get: core.js:6210 ERROR Error: Uncaught (in promise): AbortError: The user aborted a request. Error: The user abo...
WICG/file-system-accessPublic NotificationsYou must be signed in to change notification settings Fork66 Star667 View license starsforks NotificationsYou must be signed in to change notification settings Code Issues68 Pull requests3 Actions Projects ...