Skip to content

Commit

Permalink
Cache mux.js in the service worker
Browse files Browse the repository at this point in the history
Issue #1078

Change-Id: I778cd499ac4856c9a07dd75984c9a27ae871b3f3
  • Loading branch information
joeyparrish committed Oct 23, 2017
1 parent c09311a commit 5afd346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/service_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ var CRITICAL_RESOURCES = [
var OPTIONAL_RESOURCES = [
'favicon.ico',
'//shaka-player-demo.appspot.com/assets/poster.jpg',
'//shaka-player-demo.appspot.com/assets/audioOnly.gif'
'//shaka-player-demo.appspot.com/assets/audioOnly.gif',
'../node_modules/mux.js/dist/mux.js'
];


Expand Down

0 comments on commit 5afd346

Please sign in to comment.