Files
shaka-player/build/types/offline
T
Aaron Vaage 3db0f3357a Creating IStorageEngine Interface
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
2017-02-10 21:27:32 +00:00

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