gildas-lormeau / SingleFileZ

Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file
GNU Affero General Public License v3.0
1.82k stars 138 forks source link

Internet explorer compatibility ? #50

Open schmurtzm opened 4 years ago

schmurtzm commented 4 years ago

Hi,

Thanks for this great extension ! Just to know, I've got blank page when I try to open it (tried with the last version of IE11).
With SingleFile (not Z) it works with IE I know that IE is generally not a priority but if I make a backup of a page I want that everyone can open it ;) So...

  1. Is it normal ?
  2. May be compression is not supported by IE ?
  3. Is there some settings to make it compatible ?
gildas-lormeau commented 4 years ago

I confirm pages saved with SingleFileZ do not auto-extract themselves in IE. Actually, I simply did not test it. It looks like the JavaScript code used to decompress the page is too modern for IE. I'll try to see if I can rewrite this code in order to be compatible with IE.