Skip to content

v0.3.0

Compare
Choose a tag to compare
@MattiasBuelens MattiasBuelens released this 15 Oct 22:30
· 63 commits to main since this release
  • Added support for web workers, by removing usage of JavaScript snippets. (#13, #14)
  • Breaking change: This removes a workaround for Chromium bug #1187774 that was previously needed for ReadableStream::from_async_read. This bug was fixed upstream in March 2021 with Chrome 91. (#14)
  • Updated documentation of ReadableStream(Default|BYOB)Reader::release_lock() around the expected behavior when there are pending read requests. See the corresponding Streams specification change for details. (#15)