ReactiveDB/core

There is a problem with inserting Blob/ArrayBuffer !

LLLLLLiulei opened this issue · 4 comments

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

Try to use slice to clone it ?

QQ20200805-171114

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