Skip to content

Commit 3720379

Browse files
Edge 138 web platform release notes (#3457)
* New beta web platform release notes * Finalized relnotes content * In-article TOC * Fix md tagging * Writer/Editor pass * sdk expect dates * New beta web platform release notes * Writer/Editor pass, format * toc entry * linkfix * Edit pass for new features * OTs * escape length * Writer/Editor review pass * Update microsoft-edge/web-platform/release-notes/138.md --------- Co-authored-by: captainbrosset <captainbrosset@users.noreply.github.com> Co-authored-by: Michael S. Hoffman <v-mihoffman@microsoft.com>
1 parent 4b6e3eb commit 3720379

5 files changed

Lines changed: 496 additions & 23 deletions

File tree

microsoft-edge/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
href: ./web-platform/release-notes/index.md
3131
displayName: what's new, announcements
3232

33+
- name: Microsoft Edge 138
34+
href: ./web-platform/release-notes/138.md
35+
displayName: Microsoft Edge 137 web platform release notes (Jun. 2025) # page title
36+
3337
- name: Microsoft Edge 137
3438
href: ./web-platform/release-notes/137.md
3539
displayName: Microsoft Edge 137 web platform release notes (May 2025) # page title

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ To stay up-to-date and get the latest web platform features, download a preview
3838
* [Language support for `CanvasTextDrawingStyles`](#language-support-for-canvastextdrawingstyles)
3939
* [Permissions Policy reports for iframes](#permissions-policy-reports-for-iframes)
4040
* [Predictable reported storage quota](#predictable-reported-storage-quota)
41-
* [Strict Same-origin policy for Storage Access API](#strict-same-origin-policy-for-storage-access-api)
4241
* [Use the `double` type for ProgressEvent's `loaded` and `total` attributes](#use-the-double-type-for-progressevents-loaded-and-total-attributes)
4342
* [`getCharNumAtPosition`, `isPointInFill`, and `isPointInStroke` now use `DOMPoint` objects](#getcharnumatposition-ispointinfill-and-ispointinstroke-now-use-dompoint-objects)
4443
* [Web Authentication Conditional Create](#web-authentication-conditional-create)
@@ -66,7 +65,7 @@ See [What's New in DevTools (Microsoft Edge 136)](../../devtools-guide-chromium/
6665
<!-- ====================================================================== -->
6766
## WebView2
6867

69-
For WebView2, see [1.0.3240.44](../../webview2/release-notes/index.md#10324044) in _Release Notes for the WebView2 SDK_ (May 2025).
68+
See [1.0.3240.44](../../webview2/release-notes/index.md#10324044) in _Release Notes for the WebView2 SDK_ (May 2025).
7069

7170

7271
<!-- ====================================================================== -->
@@ -271,16 +270,6 @@ Sites with unlimited storage permissions and enforced quotas are unaffected.
271270
See [Storage quotas and eviction criteria](https://developer.mozilla.org/docs/Web/API/Storage_API/Storage_quotas_and_eviction_criteria) at MDN.
272271

273272

274-
<!-- ---------- -->
275-
###### Strict Same-origin policy for Storage Access API
276-
277-
The Storage Access API now follows the Same-origin policy.
278-
279-
By default, using `document.requestStorageAccess()` in a frame only attaches cookies to the requests that are made to the iframe's origin. The `CookiesAllowedForUrls` policy and storage access headers can still be used to unblock cross-site cookies.
280-
281-
See [Storage Access API](https://developer.mozilla.org/docs/Web/API/Storage_Access_API) at MDN.
282-
283-
284273
<!-- ---------- -->
285274
###### Use the `double` type for ProgressEvent's `loaded` and `total` attributes
286275

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ To stay up-to-date and get the latest web platform features, download a preview
3333
* [Blob URL partitioning](#blob-url-partitioning)
3434
* [Call stacks in crash reports from unresponsive web pages](#call-stacks-in-crash-reports-from-unresponsive-web-pages)
3535
* [Floating point color types in `<canvas>`](#floating-point-color-types-in-canvas)
36-
* [Disallow plain text pre-rendering over HTTP](#disallow-plain-text-pre-rendering-over-http)
3736
* [Document isolation policies](#document-isolation-policies)
3837
* [Ed25519 signature algorithm support in Web Cryptography API](#ed25519-signature-algorithm-support-in-web-cryptography-api)
3938
* [JavaScript Promise Integration (JSPI) in WebAssembly](#javascript-promise-integration-jspi-in-webassembly)
@@ -294,16 +293,6 @@ This change enables high-precision applications, such as:
294293
See [Canvas Floating Point Color Values](https://github.com/w3c/ColorWeb-CG/blob/main/canvas_float.md).
295294

296295

297-
<!-- ---------- -->
298-
###### Disallow plain text pre-rendering over HTTP
299-
300-
Previously, plain text pre-rendering was permitted over both HTTP and HTTPS connections.
301-
302-
To make pre-rendering consistent with pre-fetch, plain text pre-rendering now only works over HTTPS.
303-
304-
See [Navigation fetch changes](https://wicg.github.io/nav-speculation/prerendering.html#navigate-fetch-patch) in _Prerendering Revamped_.
305-
306-
307296
<!-- ---------- -->
308297
###### Document isolation policies
309298

0 commit comments

Comments
 (0)