Skip to content

Commit dd153ea

Browse files
Merge pull request #3408 from MicrosoftDocs/user/pabrosse/fetchlater
Remove fetchLater() from "Edge 134 web platform release notes (Mar. 2025)"
2 parents 513050f + 1bf78dc commit dd153ea

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

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

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ To stay up-to-date and get the latest web platform features, download an Insider
3232
* [Private Aggregation API: per-context contribution limits for Shared Storage callers](#private-aggregation-api-per-context-contribution-limits-for-shared-storage-callers)
3333
* [Support `imageSmoothingQuality` in CSS Painting API](#support-imagesmoothingquality-in-css-painting-api)
3434
* [WebGPU Subgroups](#webgpu-subgroups)
35-
* [`fetchLater()`](#fetchlater)
3635
* [Support Web Locks API in Shared Storage](#support-web-locks-api-in-shared-storage)
3736
* [Origin trials](#origin-trials)
3837
* [Microsoft Edge-only origin trials](#microsoft-edge-only-origin-trials)
@@ -192,18 +191,6 @@ The subgroups WbGPU feature allows SIMD parallelism. By using subgroups, thread
192191
See [WebGPU API](https://developer.mozilla.org/docs/Web/API/WebGPU_API) at MDN.
193192

194193

195-
<!-- ---------- -->
196-
###### `fetchLater()`
197-
198-
The `fetchLater()` JavaScript method requests a deferred fetch. After this method is called, the network request is queued by the browser, and is then invoked either:
199-
* When the document is destroyed.
200-
* After a certain time.<!-- todo: after a specified duration? -->
201-
202-
The method returns a `FetchLaterResult` that contains a boolean field. The value of the boolean field is updated when the deferred request has been sent. When the request is successfully sent, the response is ignored by browser, including its body and headers.
203-
204-
See [Window: fetch() method](https://developer.mozilla.org/docs/Web/API/Window/fetch) at MDN.
205-
206-
207194
<!-- ---------- -->
208195
###### Support Web Locks API in Shared Storage
209196

0 commit comments

Comments
 (0)