node/lib/internal/http2
Neal Beeken e9a34263bb
buffer: make methods work on Uint8Array instances
Removes the reliance on prototype bound methods internally
so that Uint8Arrays can be set as the bound `this` value when calling
the various Buffer methods. Introduces some additional tamper protection
by removing internal reliance on writable properties.

Fixes: https://github.com/nodejs/node/issues/56577
PR-URL: https://github.com/nodejs/node/pull/56578
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2026-01-22 14:46:32 +01:00
..
compat.js http2,zlib: prefer call() over apply() if argument list is not array 2026-01-13 10:04:41 -03:00
core.js buffer: make methods work on Uint8Array instances 2026-01-22 14:46:32 +01:00
util.js http2: rename variable to additionalPseudoHeaders 2025-10-13 08:31:02 +00:00