You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it uses timers / dependenciesFullfilled callback which are not controlled by the user.
Maybe good first steps for an implementor:
move out helper methods (mainly IDBFS caching / LZ4 decompression) produced by file_packager.py into a JS file that can be included with the main JS library
file_packager.py should also export a JSON containing file-list and data offsets
The text was updated successfully, but these errors were encountered:
It also seems that Chrome will relaunch a request for a large file, even if it's already in flight with a link-preload tag, so html-triggered preload doesn't work well... So chunking should help with that as well
vadimkantorov
changed the title
[feature request] Modernize file_package.py-produced dependencies and their loading using Promise-based granular API
[feature request] Modernize file_package.py: chunking; promise-based loading and file creation; caching/decompression -> library-js; JSON-based index
Jun 12, 2021
Grouping earlier issues:
Currently it uses timers / dependenciesFullfilled callback which are not controlled by the user.
Maybe good first steps for an implementor:
The text was updated successfully, but these errors were encountered: