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
- Since wasm-bindgen doesn't support a way to extend JavaScript
classes (rustwasm/wasm-bindgen#210), add a basic JavaScript shim, that
pushes the data available in Rust to the Readable in JavaScript.
- use channels and spawn_local in Rust to move along Stream iterator
and pass results to enqueue for read() (in the JavaScript shim)
- adds an abort controller that will abort the stream in JavaScript
is a stream error occurs in Rust
0 commit comments