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

There is a problem with inserting Blob/ArrayBuffer ! #392

Open
LLLLLLiulei opened this issue Aug 3, 2020 · 4 comments
Open

There is a problem with inserting Blob/ArrayBuffer ! #392

LLLLLLiulei opened this issue Aug 3, 2020 · 4 comments
Assignees

Comments

@LLLLLLiulei
Copy link

LLLLLLiulei commented Aug 3, 2020

QQ20200803-125137@2x

QQ20200803-125205

QQ20200803-125251

@Brooooooklyn
Copy link
Member

@Saviio
Copy link
Contributor

Saviio commented Aug 5, 2020

@Brooooooklyn seems like function: forEach does not support for ab & dataview, i may try to fix it when i have time

@LLLLLLiulei
Copy link
Author

Try to use slice to clone it ?

QQ20200805-171114

@Saviio
Copy link
Contributor

Saviio commented Aug 5, 2020

not a clone problem, this issue come from the implementation of forEach, as it cannot iterate ab correctly.

see also:

} else if (target instanceof Array) {

new ArrayBuffer() instanceof Array is false

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

3 participants