mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
beb902e826
Added new offline_utils.js to hold utility methods for offline support. This also removes a circular dependency between Storage and DownloadManager. Closes #431 Change-Id: I98842c63c7ba57d4d02d7fe6bace57227982317c
9 lines
278 B
Plaintext
9 lines
278 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/db_engine.js
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_utils.js
|
|
+../../lib/offline/storage.js
|