node/lib/internal/http2
Neal Beeken 92c517c62d
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-27 22:52:31 +01:00
..
compat.js http2,zlib: prefer call() over apply() if argument list is not array 2026-01-27 22:19:49 +01:00
core.js buffer: make methods work on Uint8Array instances 2026-01-27 22:52:31 +01:00
util.js http2: rename variable to additionalPseudoHeaders 2025-11-07 18:11:29 +01:00