Package Exports
- typedarray-methods
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (typedarray-methods) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 happenedSee 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.
