Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pfrazee/electron-bug-service-workers-failure
- Owner: pfrazee
- License: cc0-1.0
- Created: 2017-06-03T20:09:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-03T20:09:47.000Z (over 7 years ago)
- Last Synced: 2024-10-30T15:54:42.702Z (about 2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
```