Re: [whatwg/webidl] Fix `BufferSource` algorithms for shared and resizable buffers (PR #1529)

bakkot left a comment (whatwg/webidl#1529)

I'll review this in a day or two though I'm somewhat rusty on the webidl side of things.

FWIW, another possible fix for the DataView issue is to make those operations _not_ throw on DataViews in ECMAScript (and then have the web match). Making errors into non-errors is almost always web-compat. (Fun fact: ArrayBuffer.prototype.byteLength used to be spec'd to throw also; this was changed in https://github.com/tc39/ecma262/pull/2164.)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1529#issuecomment-5481002593
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1529/c5481002593@github.com>

Received on Monday, 31 August 2026 16:05:01 UTC