forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix service worker cache response for other origin
The service worker should not only be deciding what to cache, but what to pull from cache. A recent refactor to this file overlooked this, which caused resources from other origins not to be available offline, even though they were cached. Change-Id: I62d7c2f96827e778a991b06d0bd222c4f0cb336b
- Loading branch information
1 parent
6bfb35f
commit 598d330
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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