This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin-web
Watch
2
Fork
0
You've already forked jellyfin-web
mirror of
https://github.com/jellyfin/jellyfin-web.git
synced
2024-11-17 19:08:18 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d2cd47d3e3
jellyfin-web
/
src
/
serviceworker.js
3 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Add eslint:recommended and update rules and globals
2020-02-25 16:33:38 -07:00
/* eslint-env serviceworker */
Add missing final newlines Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 09:47:03 -07:00
importScripts
(
"components/serviceworker/notifications.js"
)
;
Reference in New Issue
Copy Permalink