-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `shared-storage`: add more keys * Add `shared-storage-locks`
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Shared storage locks | ||
description: The `withLock` option to `set()`, `append()`, `delete()`, `clear()`, and `batchUpdate()` methods of the `sharedStorage` API prevents duplicate reporting from cross-site race conditions. | ||
spec: https://wicg.github.io/shared-storage/#web-locks-integration | ||
compat_features: | ||
- api.SharedStorage.batchUpdate | ||
- api.SharedStorageAppendMethod | ||
- api.SharedStorageAppendMethod.SharedStorageAppendMethod | ||
- api.SharedStorageClearMethod | ||
- api.SharedStorageClearMethod.SharedStorageClearMethod | ||
- api.SharedStorageDeleteMethod | ||
- api.SharedStorageDeleteMethod.SharedStorageDeleteMethod | ||
- api.SharedStorageModifierMethod | ||
- api.SharedStorageSetMethod | ||
- api.SharedStorageSetMethod.SharedStorageSetMethod | ||
# It's possible that BCD could at some point record keys including: | ||
# - api.SharedStorage.append.options_parameter.options_withLock_parameter | ||
# - api.SharedStorage.clear.options_parameter.options_withLock_parameter | ||
# - api.SharedStorage.delete.options_parameter.options_withLock_parameter | ||
# - api.SharedStorage.set.options_parameter.options_withLock_parameter |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Generated from: shared-storage-locks.yml | ||
# Do not edit this file by hand. Edit the source file instead! | ||
|
||
status: | ||
baseline: false | ||
support: {} | ||
compat_features: | ||
- api.SharedStorage.batchUpdate | ||
- api.SharedStorageAppendMethod | ||
- api.SharedStorageAppendMethod.SharedStorageAppendMethod | ||
- api.SharedStorageClearMethod | ||
- api.SharedStorageClearMethod.SharedStorageClearMethod | ||
- api.SharedStorageDeleteMethod | ||
- api.SharedStorageDeleteMethod.SharedStorageDeleteMethod | ||
- api.SharedStorageModifierMethod | ||
- api.SharedStorageSetMethod | ||
- api.SharedStorageSetMethod.SharedStorageSetMethod |