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

Better integration with the file system #39

Open
tidoust opened this issue Oct 29, 2021 · 1 comment
Open

Better integration with the file system #39

tidoust opened this issue Oct 29, 2021 · 1 comment
Labels

Comments

@tidoust
Copy link
Member

tidoust commented Oct 29, 2021

This includes:

  • write access to the file system
  • support for sparse files
  • support for zero copy I/O operations
  • multihreaded access instead of having to proxy through the main thread

Partially addressed by Origin Private File System.

Raised in:

@mkruisselbrink
Copy link

https://github.com/WICG/file-system-access/blob/main/AccessHandle.md (which currently is largely another API to access files in the same Origin Private File System) tries to better address things like zero copy I/O operations as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants