This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const PRECACHE = 'myapplication-v1'; | |
| const RUNTIME = 'runtime'; | |
| const CONTEXT = '/myapplication'; | |
| // A list of local resources we always want to be cached. | |
| const PRECACHE_URLS = [ | |
| CONTEXT + '/', | |
| CONTEXT + '/index.html' | |
| ]; | 
NewerOlder