This website works better with JavaScript.
Explore
Help
Sign In
Misterzym
/
webogram
mirror of
https://github.com/misterzym/webogram.git
Watch
1
Star
0
Fork
You've already forked webogram
0
Code
Issues
Projects
Releases
Wiki
Activity
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.
1806
Commits
6
Branches
14
Tags
79 MiB
Tree:
37ab09c876
TitanNano-voice_recorder
dependabot/npm_and_yarn/decompress-4.2.1
dependabot/npm_and_yarn/http-proxy-1.18.1
dependabot/npm_and_yarn/lodash-4.17.19
gh-pages
master
v0.0.12
v0.0.19
v0.1.0
v0.1.4
v0.1.7
v0.2
v0.3.0
v0.3.2
v0.3.9
v0.4.4
v0.4.7
v0.4.9
v0.5.3
v0.5.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '37ab09c876'
${ noResults }
webogram
/
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