-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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 want this feature to be available in all browsers, please give this issue a thumbs up 👍!
For more details on this feature: