Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/auto-publish.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Pending Beacon API

[![Super-Linter](https://github.com/WICG/pending-beacon/actions/workflows/linter.yml/badge.svg)](https://github.com/WICG/pending-beacon/actions/workflows/linter.yml)
[![Spec Prod](https://github.com/WICG/pending-beacon/actions/workflows/auto-publish.yml/badge.svg)](https://github.com/WICG/pending-beacon/actions/workflows/auto-publish.yml)

Authors: [Darren Willis](https://github.com/darrenw), [Fergal Daly](https://github.com/fergald), [Ming-Ying Chung](https://github.com/mingyc) - Google

Expand Down Expand Up @@ -71,9 +70,10 @@ Previous proposals:
* [DEPRECATED] [fetch() with PendingRequest API](docs/fetch-with-pending-request-api.md): The transitional API proposal and discussions happened between PendingBeacon API and fetchLater API.
* [DEPRECATED] [PendingBeacon API](docs/pending-beacon-api.md): The initial experimental API, available as Chrome Origin Trial from M107 to M115.

## Draft Specification
## Specification

[Deferred fetching PR - whatwg/fetch](https://whatpr.org/fetch/1647/094ea69...152d725.html)
* Deferred fetching - whatwg/fetch: [PR](https://github.com/whatwg/fetch/pull/1647), [Spec Preview](https://whatpr.org/fetch/1647.html#dom-global-fetch-later)
* Reserve/free quota for fetchLater - whatwg/html: [PR](https://github.com/whatwg/html/pull/10903)

## Alternatives Considered

Expand All @@ -83,7 +83,7 @@ See [Alternative Approaches](docs/alternative-approaches.md).

* [WebKit Standards Positions](https://github.com/WebKit/standards-positions/issues/85)
* [Mozilla Standards Positions](https://github.com/mozilla/standards-positions/issues/703)
* [TAG Design Review](https://github.com/w3ctag/design-reviews/issues/776)
* [TAG Design Review](https://github.com/w3ctag/design-reviews/issues/887)
* Yours - [Open an issue](https://github.com/WICG/pending-beacon/issues/new)

[`XMLHttpRequest`]: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest
Expand Down
4 changes: 2 additions & 2 deletions docs/fetch-later-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

*This document is an explainer for fetchLater() API. It is evolved from a series of [discussions and concerns](https://github.com/WICG/pending-beacon/issues/70) around the experimental PendingBeacon API and the draft PendingRequest API.*

* [Specification PR](https://github.com/whatwg/fetch/pull/1647)
* [Draft Specification](https://whatpr.org/fetch/1647/9ca4bda...37a66c9.html)
* Deferred fetching - whatwg/fetch: [PR](https://github.com/whatwg/fetch/pull/1647), [Spec Preview](https://whatpr.org/fetch/1647.html#dom-global-fetch-later)
* Reserve/free quota for fetchLater - whatwg/html: [PR](https://github.com/whatwg/html/pull/10903)

## Motivation

Expand Down
Loading