WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
257792
Add support for `DataTransferItem.getAsFileSystemHandle()`
https://bugs.webkit.org/show_bug.cgi?id=257792
Summary
Add support for `DataTransferItem.getAsFileSystemHandle()`
Thomas Steiner
Reported
2023-06-07 04:33:21 PDT
The `getAsFileSystemHandle()` method of the `DataTransferItem` interface returns a `FileSystemFileHandle` if the dragged item is a file, or a `FileSystemDirectoryHandle` if the dragged item is a directory. MDN:
https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/getAsFileSystemHandle
Article:
https://developer.chrome.com/articles/file-system-access/#drag-and-drop-integration
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-06-14 04:34:16 PDT
<
rdar://problem/110768225
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug