Summary
Missed bound (Uint8Array) in parent type
Expected vs. Actual Behavior
Actual
interface WebTransportReceiveStream extends ReadableStream { }
interface WebTransportSendStream extends WritableStream { }
Expected
interface WebTransportReceiveStream extends ReadableStream<Uint8Array> { }
interface WebTransportSendStream extends WritableStream<Uint8Array> { }
MDN
WebTransportReceiveStream
WebTransportSendStream
Playground Link
No response
Browser Support
Have Tried The Latest Releases
Additional Context
No response
Summary
Missed bound (
Uint8Array) in parent typeExpected vs. Actual Behavior
Actual
Expected
MDN
WebTransportReceiveStream
WebTransportSendStream
Playground Link
No response
Browser Support
Have Tried The Latest Releases
@types/web.Additional Context
No response