typedarray-methods
Polyfill to make sure that _TypedArrays_ have complete methods (hello safari), like
fill,
slice,
map,
reverse etc.
Usage

``
js
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.