You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
* issue #46 - adding initial support for a typed arrays
* issue #46 - added support to typed arrays
* issue #46 - added test for nested typed arrays
* updated docs
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.
The text was updated successfully, but these errors were encountered: