Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 31 Oct 19:12
· 1 commit to main since this release
  • Added ReadableStream::from(async_iterable) and try_from(async_iterable). (#23)
  • Stop calling byobRequest.respond(0) on cancel (#16)
  • Breaking change: The system modules (readable::sys, writable::sys and transform::sys) now re-export directly from the web-sys crate. This should make it easier to use from_raw(), as_raw() and into_raw(). (#22)