Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define entry points for File System API (#9128)
Summary: As a follow-up to #9127, this PR defines all currently available entry points for the [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API): - `window.showOpenFilePicker()`: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/window/showOpenFilePicker), [WICG](https://wicg.github.io/file-system-access/#api-showopenfilepicker) - `window.showSaveFilePicker()`: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Window/showSaveFilePicker), [WICG](https://wicg.github.io/file-system-access/#api-showsavefilepicker) - `window.showDirectoryPicker()`: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/window/showDirectoryPicker), [WICG](https://wicg.github.io/file-system-access/#api-showdirectorypicker) - `DataTransferItem.getAsFileSystemHandle()`: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/DataTransferItem/getAsFileSystemHandle), [WICG](https://wicg.github.io/file-system-access/#dom-datatransferitem-getasfilesystemhandle) - `StorageManager.getDirectory()`: [MDN](https://developer.mozilla.org/en-US/docs/Web/API/StorageManager/getDirectory), [WHATWG](https://fs.spec.whatwg.org/#dom-storagemanager-getdirectory) Pull Request resolved: #9128 Reviewed By: SamChou19815 Differential Revision: D54988446 Pulled By: ZelJin fbshipit-source-id: 8758515aaf467f6c92c8a131436ea79000651c2b
- Loading branch information