Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/internal/webstreams/readablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,9 +664,9 @@
}

/**
* @readonly
* @type {ArrayBufferView}
*/
* @readonly

Check failure on line 667 in lib/internal/webstreams/readablestream.js

View workflow job for this annotation

GitHub Actions / lint-js-and-md

Expected JSDoc block to be aligned
* @type {Uint8Array}
*/
get view() {
if (!isReadableStreamBYOBRequest(this))
throw new ERR_INVALID_THIS('ReadableStreamBYOBRequest');
Expand Down
Loading