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

TypedArray and Buffer interoperability #557

Open
legendecas opened this issue Sep 10, 2019 · 2 comments
Open

TypedArray and Buffer interoperability #557

legendecas opened this issue Sep 10, 2019 · 2 comments
Labels

Comments

@legendecas
Copy link
Contributor

  • Version: v0.11.x
  • Platform: all
  • Subsystem: buffer

Buffers and UInt8Arrays are not interoperable.

var arr = new UInt8Array(2)
Buffer.from(arr) // TypeError: Bad arguments: Buffer(string|number|Buffer|Array)
@issue-label-bot issue-label-bot bot added the bug label Sep 10, 2019
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.57. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@yorkie yorkie added the good first issue Issues that are suitable for first-time contributors. label Sep 11, 2019
@yorkie yorkie removed the good first issue Issues that are suitable for first-time contributors. label Sep 21, 2019
@yorkie
Copy link
Member

yorkie commented Sep 21, 2019

Removed the "good first issue" label just like #558.

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

No branches or pull requests

2 participants