mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-23 17:27:16 +03:00
3db0f3357a
To better support alternate storage mechanisms, this change abstracts shaka.offline.DBEngine into an interface called shaka.offline.IStorageEngine. DBEngine has been changed to implement this interface, and allows the addition of implementations that do not use IndexedDB. Change-Id: I6a94067001ee53049df11cb68604bb57912300bb
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
# The offline storage system and manifest parser plugin.
|
|
|
|
+../../lib/offline/db_engine.js
|
|
+../../lib/offline/download_manager.js
|
|
+../../lib/offline/i_storage_engine.js
|
|
+../../lib/offline/offline_manifest_parser.js
|
|
+../../lib/offline/offline_scheme.js
|
|
+../../lib/offline/offline_utils.js
|
|
+../../lib/offline/storage.js
|