Skip to content

Commit

Permalink
Update src/js/internal/webstreams/util.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jarred Sumner <[email protected]>
  • Loading branch information
snoglobe and Jarred-Sumner authored Nov 5, 2024
1 parent 5091506 commit 03eaf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/internal/webstreams/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function ArrayBufferViewGetBuffer(view) {
}

function ArrayBufferViewGetByteLength(view) {
return ReflectGet(view.constructor.prototype, "byteLength", view);
return data.$byteLength
}

function ArrayBufferViewGetByteOffset(view) {
Expand Down

0 comments on commit 03eaf07

Please sign in to comment.