In Chrome, is there any way to manually trigger a background sync for testing/development purposes?
相关问题
- Browsers render final comma of right-to-left (rtl)
- Chrome dev tools exact computed value for CSS rule
- Change Chromium icon and “chrome” text to custom i
- PWAs on iOS 12 no longer shares Service Worker cac
- debugging webgl in chrome
相关文章
- Is there a way to hide the new HTML5 spinbox contr
- Checking for service worker updates in a single pa
- Google Chrome Cache
- how to download a file on Chrome without auto rena
- Do all browsers on iOS use WKWebview or UIWebVIew?
- Why does Google Chrome NOT use cached pages when I
- Calling Chrome web browser from the webbrowser.get
- Stop automatic scrolling on page content change
You can now use a force sync in developer tools in Chrome on your service worker.
Go Dev Tools --> Application --> Service Worker and you will see Sync button and next to it a space to write commands.
There's no way to do this in Chrome right now (April 2016). Follow this bug for updates.