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

add support for a TypedArray #46

Closed
gullerya opened this issue Jun 1, 2020 · 1 comment
Closed

add support for a TypedArray #46

gullerya opened this issue Jun 1, 2020 · 1 comment

Comments

@gullerya
Copy link
Owner

gullerya commented Jun 1, 2020

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.

@gullerya gullerya added this to the 3.0 milestone Jun 1, 2020
@gullerya gullerya self-assigned this Jun 1, 2020
gullerya added a commit that referenced this issue Jun 1, 2020
gullerya added a commit that referenced this issue Jun 1, 2020
* 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
@gullerya
Copy link
Owner Author

gullerya commented Jun 1, 2020

done, will be published in 3.0

@gullerya gullerya closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant