--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/189b0871-f9ff-4a96-8899-2641866f8938n%40chromium.org.
We were able to download zip using JSZip and file saver in the content-script.js file,
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/73d0cf47-93b2-4214-ae89-0bfa2a4157ddn%40chromium.org.
As per URL.createObjectURL() - Web APIs MDN (mozilla.org) article,
"URL.createObjectURL()" feature is not available in Service
Workers due to its potential to create memory leaks.
Do we have an alternate way to generate blob URL in service workers?
Thanks in advance.