Does the current environment have support for resizable ArrayBuffers?
var hasResizableArrayBuffers = require('has-resizable-array-buffers');
hasResizableArrayBuffers() === true; // if the environment has native resizable `ArrayBuffer` support.Simply clone the repo, npm install, and run npm test
