v25.8.0
stream: rename `Duplex.toWeb()` type option to `readableType`
stream: add brotli support to CompressionStream and DecompressionStream
stream: handle undefined chunks correctly in decode stream
doc: use same name in the doc as in the code
stream: fix pipeTo to defer writes per WHATWG spec
lib: replace `createDeferredPromise` util with `Promise.withResolvers`
meta: enable jsdoc/check-tag-names rule
stream: commit pull-into descriptors after filling from queue
stream: fix isErrored/isWritable for WritableStreams