-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
This GitHub issue is for collecting web developer signals for fetchLater.
The fetchLater()
method requests a deferred fetch sent at an unknown time. The browser chooses a reliable time to send the request, ideally when the document is unloaded, and ignores the response. This API is useful for sending beacons to a server without expecting a particular response.
If you're a web developer and you need this feature to be available in all browsers, please give this issue a thumbs up π emoji reaction.
To learn more about this feature: