$ cnpm install typedarray-methods
Polyfill to make sure that TypedArrays have complete methods (hello safari), like fill, slice, map, reverse etc.
require('typedarray-methods');
//... write the code as if nothing happened
Copyright 2013 - present © cnpmjs.org | Home |