Skip to content

Commit 794d7a9

Browse files
Latest 134 changes
1 parent 274779d commit 794d7a9

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

  • microsoft-edge/web-platform/release-notes

microsoft-edge/web-platform/release-notes/134.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ To stay up-to-date and get the latest web platform features, download an Insider
1919
* [WebView2](#webview2)
2020
* [Web platform features](#web-platform-features)
2121
* [Enabled features](#enabled-features)
22-
* [`:has-slotted` pseudo selector](#has-slotted-pseudo-selector)
2322
* [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)
2423
* [CSS Highlight Inheritance](#css-highlight-inheritance)
2524
* [CSS dynamic-range-limit property](#css-dynamic-range-limit-property)
@@ -34,6 +33,7 @@ To stay up-to-date and get the latest web platform features, download an Insider
3433
* [Support `imageSmoothingQuality` in CSS Painting API](#support-imagesmoothingquality-in-css-painting-api)
3534
* [WebGPU Subgroups](#webgpu-subgroups)
3635
* [`fetchLater()`](#fetchlater)
36+
* [Support Web Locks API in Shared Storage](#support-web-locks-api-in-shared-storage)
3737
* [Origin trials](#origin-trials)
3838
* [Microsoft Edge-only origin trials](#microsoft-edge-only-origin-trials)
3939
* [Digital Goods API](#digital-goods-api)
@@ -62,14 +62,6 @@ For WebView2, see [Release Notes for the WebView2 SDK](../../webview2/release-no
6262
#### Enabled features
6363

6464

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-
7365
<!-- ---------- -->
7466
###### Attribution reporting: remove aggregatable report limit when trigger context ID is non-null
7567

@@ -210,6 +202,16 @@ The method returns a `FetchLaterResult` that contains a boolean field. The valu
210202
See [Window: fetch() method](https://developer.mozilla.org/docs/Web/API/Window/fetch) at MDN.
211203

212204

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.
213+
214+
213215
<!-- ====================================================================== -->
214216
## Origin trials
215217

0 commit comments

Comments
 (0)