Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pfrazee/electron-bug-service-workers-failure

Demonstrates an issue registering service workers in custom protocols
https://github.com/pfrazee/electron-bug-service-workers-failure

Last synced: 11 days ago
JSON representation

Demonstrates an issue registering service workers in custom protocols

Awesome Lists containing this project

README

        

# service-workers-failure

```
npm install
npm start
```

Devtools will open and give the following output:

```
ServiceWorker registration failed: DOMException: Failed to register a ServiceWorker: No URL is associated with the caller's document.
```