You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be quite a few advantages (e.g., higher file size limit) but support is limited to Chrome and Opera at the moment, which is not an issue.
I poked around the module in the issue-105 branch. Even with the example code in-place, no file appears to be written from the extension context. Perhaps there is an issue with ServiceWorker support as initiated from extensions.
@N0taN3rd Thanks for the recommendation. Getting the data in Blob form is not an issue -- that's working fine for FileSaver.
I was opting for StreamSaver due to its ability to write larger files to disk (outside of the sandbox) compared to FileSaver and not necessarily its streaming capability.
I do not see anything in @feross's buffer package that would allow this but perhaps it is capable but wrapped up in the abstraction. Can you provide more insight on this?
There seems to be quite a few advantages (e.g., higher file size limit) but support is limited to Chrome and Opera at the moment, which is not an issue.
https://github.com/jimmywarting/StreamSaver.js
The text was updated successfully, but these errors were encountered: