Skip to content

[immutable-arraybuffer] add support for immutable array buffer#1598

Open
styfle wants to merge 1 commit into
whatwg:mainfrom
styfle:styfle/immutable-arraybuffer
Open

[immutable-arraybuffer] add support for immutable array buffer#1598
styfle wants to merge 1 commit into
whatwg:mainfrom
styfle:styfle/immutable-arraybuffer

Conversation

@styfle
Copy link
Copy Markdown

@styfle styfle commented May 8, 2026

This PR whatwg/html#11657 depends on this one per the comments here whatwg/html#11657 (comment)

  • 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: …
    • webidl2.js: …
    • widlparser: …
  • 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

Comment thread index.bs
|bytes|'s [=byte sequence/length=], |jsArrayBuffer|.\[[ArrayBufferData]], 0,
|bytes|'s [=byte sequence/length=]).
1. Set |arrayBuffer| to the result of [=converted to an IDL value|converting=]
|jsArrayBuffer| to an IDL value of type {{ArrayBuffer}}.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now the immutable branch ends up doing a bunch of work twice. I think this can be structured a bit better.

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.

2 participants