Replies: 1 comment 2 replies
-
This is something we'd like to support with v2 but with the current IPC this is basically impossible (the IPC works by sending json strings which really isn't optimal for streaming data). That said, if the Web API you linked works for you, then you can use it too, Tauri's http client is currently more of a fallback if the built-in stuff doesn't work (cors issues for example) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Like fetch https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/getReader
Beta Was this translation helpful? Give feedback.
All reactions