Jump to content

User talk:146.23.68.24

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

Unregistered editors using this IP address received messages on this talk page years ago. Since users of the IP address have likely changed, these messages have been removed. They can be viewed in the page history.

Welcome to this talk page

Start a discussion

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.