On Monday September 25th from 10PM EDT - 12AM EDT (2AM UTC - 4AM UTC on September 26th), we will be performing system maintenance on the Firefox Accounts databases for two hours. During the maintenance window, there will be brief periods of a few minutes where users will not be able to login to their accounts. Please try again at a later time.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

JSZip doesn't work in firefox addon context

  • No replies
  • 1 has this problem
  • 4 views
more options

I'm working on an addon to automate taking screenshots of lecture slides. I'm using a canvas object to capture and save the file blobs and JSZip to zip everything together and download. But JSZip keeps throuhing the `unsupported file type` error. Even though blobs are supported.

Here's the relevant code I'm using Github File

I've submitted an issue to the maintainer which has some more debugging info. The script in the addon_context has some very quantum behaviour and changes output every time I console.log Github Issue

I'm wondering if there might be a problem on my end, with the way I'm generating and processing the blobs. The same code works in chromium based browser, I'm confused as to what Firefox does differently. Any help would be appreciated.

I'm working on an addon to automate taking screenshots of lecture slides. I'm using a canvas object to capture and save the file blobs and JSZip to zip everything together and download. But JSZip keeps throuhing the `unsupported file type` error. Even though blobs are supported. Here's the relevant code I'm using [https://github.com/JadeMaveric/patronus/blob/145ebaea8febba3241a11a220a0e30923f6b77a4/extension/content_scripts/slideshot/capture.js#L95 Github File] I've submitted an issue to the maintainer which has some more debugging info. The script in the addon_context has some very quantum behaviour and changes output every time I console.log [https://github.com/Stuk/jszip/issues/759 Github Issue] I'm wondering if there might be a problem on my end, with the way I'm generating and processing the blobs. The same code works in chromium based browser, I'm confused as to what Firefox does differently. Any help would be appreciated.
Attached screenshots