test262
test262 copied to clipboard
Resizable/Growable (Shared)ArrayBuffers: Missing coverage for the "reload length" issue
Spec bug: https://github.com/tc39/proposal-resizablearraybuffer/issues/73
It would be great to have tests which fail if the implementation doesn't reload the length as the spec says.
Thanks for the report! As of today, two observably-distinct solutions for the spec bug are under consideration (see https://github.com/tc39/proposal-resizablearraybuffer/pull/74 and https://github.com/tc39/proposal-resizablearraybuffer/pull/75). I'd like to hold off on writing tests until we have clarity on the expected semantics.