You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Attribution Reporting: Remove aggregatable report limit when trigger context ID is non-null](#attribution-reporting-remove-aggregatable-report-limit-when-trigger-context-id-is-non-null)
@@ -62,14 +62,6 @@ For WebView2, see [Release Notes for the WebView2 SDK](../../webview2/release-no
62
62
#### Enabled features
63
63
64
64
65
-
<!-- ---------- -->
66
-
###### `:has-slotted` pseudo selector
67
-
68
-
The `:has-slotted` pseudo class represents a slot element with slotted content, such as a text node or element. This can be used to style elements based on whether or not they are using slot fallback content.
69
-
70
-
See [:has-slotted](https://developer.mozilla.org/docs/Web/CSS/:has-slotted) at MDN.
71
-
72
-
73
65
<!-- ---------- -->
74
66
###### Attribution reporting: remove aggregatable report limit when trigger context ID is non-null
75
67
@@ -210,6 +202,16 @@ The method returns a `FetchLaterResult` that contains a boolean field. The valu
210
202
See [Window: fetch() method](https://developer.mozilla.org/docs/Web/API/Window/fetch) at MDN.
211
203
212
204
205
+
<!-- ---------- -->
206
+
###### Support Web Locks API in Shared Storage
207
+
208
+
This feature makes concurrent execution of shared storage worklets more reliable by integrating the Web Locks API into Shared Storage.
209
+
210
+
*`navigator.locks.request()` is available to worklet environments.
211
+
* All modifier methods support the option `{ withLock: <resource>}`.
212
+
*`sharedStorage.batchUpdate(methods, options)`, with the `withLock` option, allows multiple modifier methods to be executed atomically, enabling use cases where a website needs to maintain consistency while updating data across multiple storage keys.
0 commit comments