typedarray-methods

Tiny polyfill for TypedArray methods

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
typedarray-methods
1.0.16 years ago7 years agoMinified + gzip package size for typedarray-methods in KB

Readme

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

Usage

npm install typedarray-methods ```js require('typedarray-methods'); //... write the code as if nothing happened ```

See also

  • audio-buffer — speedy implementation of AudioBuffer for node/browser.