Skip to content

Commit f4730d9

Browse files
ayushap18Copilot
andcommitted
webstreams: narrow BYOBRequest view type
Refs: #62952 Co-authored-by: Copilot <[email protected]>
1 parent 13e90d0 commit f4730d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/internal/webstreams/readablestream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ class ReadableStreamBYOBRequest {
672672

673673
/**
674674
* @readonly
675-
* @type {ArrayBufferView}
675+
* @type {Uint8Array}
676676
*/
677677
get view() {
678678
if (!isReadableStreamBYOBRequest(this))

0 commit comments

Comments
 (0)