Periodic background sync
Limited availability
The periodic background synchronization API fires a recurring periodicsync event in a service worker. You can use this to update data in the background at regular intervals.
Browser support
- Chrome 80 Released on 2020-02-04
- Chrome Android 80 Released on 2020-02-04
- Edge 80 Released on 2020-02-07
- Firefox Not supported
- Firefox for Android Not supported
- Safari Not supported
- Safari on iOS Not supported
Need this feature?
Leave a 👍 on the feedback issue
Don't forget to also leave a comment explaining your specific use case.
MDN documentation
Specifications
Web Platform Tests (WPT)
View the latest WPT test results for this featureDeveloper use cases
-
- check for updates, messages, or notifications at periodic intervals, so that I can alert the user without them having to open the PWA.
- check for updates, messages, or notifications at periodic intervals, so that I can alert the user without them having to open the PWA. [see original comment]
View as JSON | Edit this feature | Report an issue | Web-features entry: source, dist