Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

JSZip doesn't work in firefox addon context

  • Geen antwoorden
  • 1 heeft dit probleem
  • 3 weergaven
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.
Gekoppelde schermafbeeldingen