README
arraybuffer-slice
Polyfill for ArrayBuffer.prototype.slice (looking at you, IE10+).
install
With npm do:
npm install arraybuffer-slice
license
MIT
Polyfill for ArrayBuffer.prototype.slice.
<script type="module">
import arraybufferSlice from 'https://cdn.skypack.dev/arraybuffer-slice';
</script>
Polyfill for ArrayBuffer.prototype.slice (looking at you, IE10+).
With npm do:
npm install arraybuffer-slice
MIT