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
Is your feature request related to a problem? Please describe.
Our cover.html is too big.
Sometimes Chrome can't process it and fails.
Describe the solution you'd like
We can compress the source code embedded into cover.html
JS zlib may be the way to go.
The idea is to compress all the files we're embedding during the cover.html generation and decompress the data on-demain in the browser.