Member Junction
    Preparing search index...
    • 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 *.

      Parameters

      • data: ArrayBuffer | Uint8Array<ArrayBufferLike>

      Returns ArrayBuffer