This website requires JavaScript.
Explore
Help
Sign In
r4sas
/
webogram-i2p
Watch
1
Star
0
Fork
0
You've already forked webogram-i2p
Code
Issues
Releases
Wiki
Activity
9ce6996f39
webogram-i2p
/
app
/
service_worker.js
5 lines
81 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fixed subset of StandardJS errors (#1356) Fixed the errors that would definitly not change the functionality of the program These include * Unexpected && and || combinations * variables with different values defined in same line of code * Global variable never defined * spacing/placing errors These errors were not touched * variables who are never used * == and != errors
2017-03-13 18:57:24 +00:00
/* global importScripts */
Improved PUSH-notifications
2016-12-16 16:14:56 +00:00
importScripts
(
'js/lib/push_worker.js'
)
Initial Web Push support #981
2016-12-14 19:07:20 +00:00
Fixed subset of StandardJS errors (#1356) Fixed the errors that would definitly not change the functionality of the program These include * Unexpected && and || combinations * variables with different values defined in same line of code * Global variable never defined * spacing/placing errors These errors were not touched * variables who are never used * == and != errors
2017-03-13 18:57:24 +00:00
// Version 53
Reference in New Issue
Copy Permalink