Files
bun.sh/test/js/node
Sosuke Suzuki fa91629e30 fix(buffer): return fixed-length view from slice on resizable ArrayBuffer
Buffer.slice() on a resizable/growable ArrayBuffer was passing
std::nullopt to JSUint8Array::create(), creating a length-tracking view
that expanded when the buffer grew. Pass newLength instead to match
Node.js behavior where slice always returns a fixed-length view.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 18:55:31 +09:00
..
2025-09-27 00:27:23 -07:00
2025-10-20 18:01:25 -07:00
2025-11-27 12:26:50 -08:00
2025-09-11 17:53:06 -07:00
2025-10-09 19:11:08 -07:00