- Added
ReadableStream::from(async_iterable)
andtry_from(async_iterable)
. (#23) - Stop calling
byobRequest.respond(0)
on cancel (#16) - ⚠ Breaking change: The system modules (
readable::sys
,writable::sys
andtransform::sys
) now re-export directly from theweb-sys
crate. This should make it easier to usefrom_raw()
,as_raw()
andinto_raw()
. (#22)