Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add FileSystem module for fs/file-system-access APIs #47

Merged
merged 18 commits into from
Jul 19, 2023
Merged

Conversation

j-f1
Copy link
Member

@j-f1 j-f1 commented Jun 28, 2023

  • Update the code generator to apply [Exposed=xxx] to restrict method availability. for another day; will just disable the offending method for now
  • integrate permissions spec where it fits (DOM)
  • Make WritableStream / other classes open
  • figure out what to do with SharedArrayBuffer (which is now referenced in other specs)

@STREGA STREGA mentioned this pull request Jun 28, 2023
16 tasks
@STREGA
Copy link
Member

STREGA commented Jul 18, 2023

move() and rename() are not in idl yet because they are still being defined:
whatwg/fs#10

And there's very little browser support:
https://caniuse.com/mdn-api_filesystemhandle_move

Ready to merge this

@STREGA STREGA marked this pull request as ready for review July 18, 2023 01:41
@STREGA STREGA merged commit bc437f1 into main Jul 19, 2023
@STREGA STREGA deleted the file-system branch July 19, 2023 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants