Jump to content

User talk:172.58.45.58

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Your help desk question

[edit]

You have responses.— Vchimpanzee • talk • contributions • 20:46, 19 August 2020 (UTC)[reply]


Devtools
The service worker is not responding

Make sure it is added to your service-worker.js file as follows:

// service-worker.js
import { Prefetcher } from '@edgio/prefetch/sw'

new Prefetcher().route()
  

If this is your first time viewing this page, you may need to refresh your browser window to initialize the service worker properly after its installation.

Check @edgio/devtools documentation for more information.