Coerces a Uint8Array | ArrayBuffer to a standalone ArrayBuffer, copying the exact byte window so
the result never aliases a larger backing buffer (a view over a pooled buffer would otherwise expose
neighboring bytes). Defined locally in this binding (the Webex seam carries raw ArrayBuffers
elsewhere), so it does not collide with any other export under index.ts's export *.
Coerces a
Uint8Array | ArrayBufferto a standaloneArrayBuffer, copying the exact byte window so the result never aliases a larger backing buffer (a view over a pooled buffer would otherwise expose neighboring bytes). Defined locally in this binding (the Webex seam carries rawArrayBuffers elsewhere), so it does not collide with any other export underindex.ts'sexport *.