Skip to content

Should accept any BufferSource as a seed, not just Uint8Array #26

@domenic

Description

@domenic

The explainer doesn't currently explain the input types in much detail, but I wanted to flag that we should follow the usual web platform pattern of accepting any typed array, DataView, or ArrayBuffer, i.e. a BufferSource.

TBD whether SharedArrayBuffer-backed buffers should be accepted.

The bytes can then be extracted and exposed (modulo #25) as a Uint8Array.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions