- Change close code in drop implementation to
1000
given that in browsers only the code1000
and codes between3000
and4999
are allowed to be set by userland code. See PR 5229.
- Add support for different WASM environments by introducing a
WebContext
that detects and abstracts theWindow
vs theWorkerGlobalScope
API. See PR 4889.
- Add Websys Websocket transport.
- Crate claimed.