-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
mdn/content
#35334Labels
Content: Web APIproposalAuto label for new proposals added via the suggestion formAuto label for new proposals added via the suggestion form
Description
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
- Bug: https://crbug.com/1382215
- Feature status: https://chromestatus.com/feature/5172892632875008
- Shipping M121
Tasks
- createSyncAccessHandle() method
- Add "options" (FileSystemCreateSyncAccessHandleOptions dictionary) to Parameters
- Describe the "mode" property, it's possible values ("readwrite", "readonly", "readwrite-unsafe"), and its default value ("readwrite").
- createWritable() method
- Add the "mode" property to "options".
- Describe it, its possible values ("siloed", "exclusive"), and its default value ("siloed").
Dependencies
- Feature needs to be shipped in Chrome (https://chromestatus.com/feature/5172892632875008)
Additional information
No response
Are you willing to support this work?
Can support with reviews and feedback.
bsmth
Metadata
Metadata
Assignees
Labels
Content: Web APIproposalAuto label for new proposals added via the suggestion formAuto label for new proposals added via the suggestion form
Type
Projects
Status
In progress