This website works better with JavaScript.
Explore
Help
Register
Sign In
r4sas
/
webogram-i2p
Watch
1
Star
0
Fork
You've already forked webogram-i2p
0
Code
Issues
Releases
Wiki
Activity
Telegram Web, preconfigured for usage in I2P.
http://web.telegram.i2p/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1626
Commits
1
Branch
0
Tags
56 MiB
Tree:
a82ab858b2
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a82ab858b2'
${ noResults }
webogram-i2p
/
app
/
service_worker.js
5 lines
81 B
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
8 years ago
/* global importScripts */
Improved PUSH-notifications
8 years ago
importScripts
(
'js/lib/push_worker.js'
)
Initial Web Push support #981
8 years ago
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
8 years ago
// Version 53