You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Background Fetch API provides a method for managing downloads that may take a significant amount of time such as movies, audio files, and software. The Background Fetch API will enable the fetch to happen if the user starts the process while offline. Once they are connected it will begin. If the user goes off line, the process pauses until the user is on again.
What is the Example and Demo Topic?
Background Fetch API
Please explain why do you need it?
The Background Fetch API provides a method for managing downloads that may take a significant amount of time such as movies, audio files, and software. The Background Fetch API will enable the fetch to happen if the user starts the process while offline. Once they are connected it will begin. If the user goes off line, the process pauses until the user is on again.
Any Links, Reads?
https://developer.mozilla.org/en-US/docs/Web/API/Background_Fetch_API
Do you want to contribute to the source code for this example?
Yes
If you are picking up this request to implement, PLEASE READ THIS
The text was updated successfully, but these errors were encountered: