mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
5215f5319f
This changes the order that things happen when the offline storage mechanism stores a manifest, so that the manifest is made and the segments are downloaded in separate steps. This is in preparation for adding background fetch support. Issue #879 Change-Id: I4451db839b654f6134f06a58c240a9ca98d31a4e
23 lines
929 B
Plaintext
23 lines
929 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/download_info.js
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/download_progress_estimator.js
|
|
+../../lib/offline/indexeddb/base_storage_cell.js
|
|
+../../lib/offline/indexeddb/db_connection.js
|
|
+../../lib/offline/indexeddb/db_operation.js
|
|
+../../lib/offline/indexeddb/eme_session_storage_cell.js
|
|
+../../lib/offline/indexeddb/storage_mechanism.js
|
|
+../../lib/offline/indexeddb/v1_storage_cell.js
|
|
+../../lib/offline/indexeddb/v2_storage_cell.js
|
|
+../../lib/offline/indexeddb/v5_storage_cell.js
|
|
+../../lib/offline/manifest_converter.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_uri.js
|
|
+../../lib/offline/session_deleter.js
|
|
+../../lib/offline/storage.js
|
|
+../../lib/offline/storage_muxer.js
|
|
+../../lib/offline/stored_content_utils.js
|
|
+../../lib/offline/stream_bandwidth_estimator.js
|