gullerya / object-observer

Object Observer functionality of JavaScript objects/arrays via native Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add support for a TypedArray

gullerya opened this issue · comments

As of now, TypedArrays are not treated as Arrays actually, but as a regular object.
This would eventually break the logic at some point, since when these ones are getting pre-processed during the observification process, they are turned to a regular objects and loosing their special TypedArray methods.

done, will be published in 3.0