typedarray-methods
v1.0.1
Published
Tiny polyfill for TypedArray methods
Downloads
1,102
Maintainers
Readme
typedarray-methods
Polyfill to make sure that TypedArrays have complete methods (hello safari), like fill
, slice
, map
, reverse
etc.
Usage
require('typedarray-methods');
//... write the code as if nothing happened
See also
- enable-mobile − make demo/tests/app work nicely in mobiles.
- get-float-time-domain-data — Web Audio API AudioAnalyser fix for safari.
- audio-buffer-utils — handy tools for audio buffers.
- audio-buffer — speedy implementation of AudioBuffer for node/browser.