-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1763185 [wpt PR 33516] - Revert "Add options parameter to createS…
…yncAccessHandle()", a=testonly Automatic update from web-platform-tests Revert "Add options parameter to createSyncAccessHandle()" This reverts commit ca2d8b837fca8a7bd3bd0ba1562c7cc090108374. Reason for revert: To avoid compatibility issues with Safari (that has already shipped this API without the options param) and leave the design of the object fully open, we decided to remove the parameter. Further context in whatwg/fs#19. Original change's description: > Add options parameter to createSyncAccessHandle() > > For now the only accepted (and required) option is "mode: 'in-place'". > Having this parameter allows us to later define a more appropriate > default behavior for access handles than the one we currently implement. > This is specially useful in the context of expanding access handle usage > outside of OPFS. > > For more details check: > https://github.com/WICG/file-system-access/blob/main/AccessHandle.md#exposing-accesshandles-on-all-filesystems > > Bug: 1218431 > Change-Id: I50d0a4acfd81874e17b6b28d1c2bf446b0397a4d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3110487 > Reviewed-by: Marijn Kruisselbrink <[email protected]> > Commit-Queue: Emanuel Krivoy <[email protected]> > Cr-Commit-Position: refs/heads/main@{#982209} Bug: 1218431 Change-Id: I11dd5044b59e1fec8444242869628129efa5cf17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3572141 Reviewed-by: Austin Sullivan <[email protected]> Commit-Queue: Emanuel Krivoy <[email protected]> Cr-Commit-Position: refs/heads/main@{#989350} -- wpt-commits: 9082234ee4b01d20a4e9eec0297155e2e5f6838f wpt-pr: 33516
- Loading branch information
1 parent
e8918c0
commit d75147b
Showing
3 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters