Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamig writer #31

Open
PetrChalov opened this issue Sep 28, 2024 · 4 comments
Open

Streamig writer #31

PetrChalov opened this issue Sep 28, 2024 · 4 comments

Comments

@PetrChalov
Copy link

PetrChalov commented Sep 28, 2024

Hi! Whether to stream write to a file or write to a WritableStream?

@xuri
Copy link
Owner

xuri commented Oct 7, 2024

Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.

@hzgotb
Copy link

hzgotb commented Oct 18, 2024

Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.

希望可以对 在 node 环境下 运行 进行 stream 的支持。

@PetrChalov
Copy link
Author

Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.

希望可以对 在 node 环境下 运行 进行 stream 的支持。

Stream is supported both in the web environment and in the node.js
https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

@hzgotb
Copy link

hzgotb commented Oct 25, 2024

Thanks for your issue. Because the limitation about browser writes local disk files, there is no stream mode function provided in the Web Assembly ports version of the library.

希望可以对 在 node 环境下 运行 进行 stream 的支持。

Stream is supported both in the web environment and in the node.js https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream

I mean, I hope this repo can support WritableStream when App it is Node App.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants