-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
- Available in Chromium based browsers since stable v95+ PWA's, desktop operating systems only
- https://github.com/WICG/file-handling/blob/main/explainer.md
- https://web.dev/file-handling/
Feature detection:
if ('launchQueue' in window && 'files' in LaunchParams.prototype) {
// The File Handling API is supported.
}
Schweinepriester, larsnystrom and boredom2