-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add new "mode" option to FileSystemAccessFileHandle's createSyncAccessHandle and createWritable #479
Comments
@chrisdavidmills are you handling this? If so let me know otherwise I'll add to our team tasks |
@Rumyra I'm happy to do this; I'll add it to my worklist. Proposal makes sense and looks pretty solid; ideally we should wait until it's actually in the spec before documenting. I'll keep an eye on whatwg/fs#151 for progress on this. |
The feature will be shipped in Chrome stable on Tue, Jan 23, 2024. |
@nathanmemmott I've added docs to cover these features: mdn/content#35334. Would you be able to provide me with a tech review of this work, or is there someone more appropriate to ask? Also pinging @tomayac as I know he is heavily involved with APIs around this area. |
Reviewed this PR. Thanks for working on it! |
Left a few comments on the PR. Looks good! |
Great stuff, thanks @tomayac and @nathanmemmott! |
Ooop, this was fixed by mdn/content#35334 |
@Rumyra can you close it for me? I don't have the privs. |
Proposal
As part of the New Locking Scheme to Enable Multiple Readers and Writers, a new "mode" option is added to both FileSystemAccessFileHandle's createSyncAccessHandle and createWritable functions.
Browser support
Chrome
Tasks
Dependencies
Additional information
No response
Are you willing to support this work?
Can support with reviews and feedback.
The text was updated successfully, but these errors were encountered: