Skip to content

Migrate away from Uint8Array to ArrayBuffer #10

Open
@plcp

Description

@plcp

Having a native transferable type used for all data manipulations will enable us to integrate better with workers through window.postMessage and to use the SubtleCrypto API as a BufferSource.

We use Uint8Array and may prefer use ArrayBuffer – see Uint8Array.prototype.buffer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions