7 ms·
In fact the SingleFileZ format is quite magical : It's SingleFile that save the content of the page and the Z stand for Zip. The SingleFile saved content is sa
by mikaelmorvan 7y ago
In fact the SingleFileZ format is quite magical : It's SingleFile that save the content of the page and the Z stand for Zip.
The SingleFile saved content is saved in Zip format in the result Html page.
The final SingleFileZ html page has Html header, Zip file in the body and a bunch of Javascript to decompress the content when the browser opens it.
It's magic !