
This post is taken from my blog, so be sure to check it out for more up-to-date content 😉
JavaScript's development has been quite stubborn up to 2...
For further actions, you may consider blocking this person and/or reporting abuse
I didn't know about typed arrays or array buffers. Thanks for sharing!
these amazing types are native in Javascript?
Yup, just like said. You only need to check for the browser support - I can bet more than 80% of browsers support that. ;)
Great thanks!