Skip to content

TypeError: First argument to DataView constructor must be an ArrayBuffer #5

@kimthumb

Description

@kimthumb

Usage - Basic

// Create a UInt8 array
const buffer = new Uint8Array([12]);

==> const buffer = new Uint8Array([12]).buffer;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions