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
267c110b0c
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 */
Force the use of single quotes
2020-05-04 03:44:12 -07:00
importScripts
(
'components/serviceworker/notifications.js'
)
;
Reference in New Issue
Copy Permalink