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
e24c7e6aaf
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 */
Force the use of single quotes
2020-05-04 12:44:12 +02:00
importScripts
(
'components/serviceworker/notifications.js'
)
;
Copy permalink