This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
jellyfin-web
Watch
1
Star
0
Fork
You've already forked jellyfin-web
0
mirror of
https://github.com/jellyfin/jellyfin-web
synced
2025-03-30 19:56:21 +00:00
Code
Activity
d69610dc70
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 18:33:38 -05:00
/* eslint-env serviceworker */
Add missing final newlines Used this one-liner: https://unix.stackexchange.com/a/161853
2020-02-22 11:47:03 -05:00
importScripts
(
"components/serviceworker/notifications.js"
)
;
Copy permalink