• UTF-8 decode a byte view, tolerating wasm-heap-backed resizable/growable buffers that TextDecoder.decode() would otherwise reject.

    Parameters

    • view: Uint8Array<ArrayBufferLike>

      The bytes to decode.

    Returns string

    The decoded string.