Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. self.oninstall = function (e) {
  2. // populate cache
  3. // download all resources needed for offline experience
  4. }
  5.  
  6. self.onactivate = function (e) {
  7. // cleanup like managing cache
  8. }
  9.  
  10. self.onfetch = function (e) {
  11. // deal with network traffic
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement