- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Discussed in #3796
Originally posted by maurerdietmar January 19, 2024
Seems that File system IDLs are already available, but I cannot find https://developer.mozilla.org/en-US/docs/Web/API/Window/showOpenFilePicker ?
AFAICS the whole File System Access proposal is missing in web-sys
, happy to review a PR adding it.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
maurerdietmar commentedon Jan 22, 2024
I just tried to add the "File System Access" webidl, but then I found:
https://github.com/rustwasm/wasm-bindgen/blob/main/crates/web-sys/webidls/enabled/FileSystemAccess.webidl
But this is not:
https://wicg.github.io/file-system-access/#idl-index
Sorry, but I am confused. Maybe you can give me a hint?
maurerdietmar commentedon Jan 22, 2024
The existing "FileSystemAccess.webidl" contains the IDL from:
https://fs.spec.whatwg.org/#idl-index
daxpedda commentedon Jan 22, 2024
Feel free to rename any files as long as it doesn't cause any breaking changes.
Add unstable bindings for the FileSystemAccess API (#3799) (#3810)