Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

JSZip doesn't work in firefox addon context

  • Відповіді відсутні
  • 1 має цю проблему
  • 3 перегляди
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.
Прикріплені знімки екрана