Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kimthumb opened this issue Nov 19, 2024 · 1 comment

Comments

@kimthumb
Copy link

Usage - Basic

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@kimthumb and others