[Webkit-unassigned] [Bug 257792] New: Add support for `DataTransferItem.getAsFileSystemHandle()`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 7 04:33:21 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257792

            Bug ID: 257792
           Summary: Add support for
                    `DataTransferItem.getAsFileSystemHandle()`
           Product: WebKit
           Version: Safari 16
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tomac at google.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230607/f9095488/attachment.htm>


More information about the webkit-unassigned mailing list