Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix [[ViewedArrayBuffer]].[[ByteLength]] name in ReadableStreamBYOBRequest doc #1337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Taym95
Copy link

@Taym95 Taym95 commented Jan 19, 2025

While working on ReadableStreamBYOBRequest in Servo, we noticed that [[ViewedArrayBuffer]].[[ArrayBufferByteLength]] was wrongly used instead of [[ViewedArrayBuffer]].[[ByteLength]] in ReadableStreamBYOBRequest doc.

  • At least two implementers are interested (and none opposed):
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
    • Deno: …
    • Node.js: …
  • MDN issue is filed: …
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


Preview | Diff

…Request doc

`[[ViewedArrayBuffer]].[[ArrayBufferByteLength]]` was used wrongly instead of `[[ViewedArrayBuffer]].[[ByteLength]]` ReadableStreamBYOBRequest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant