Skip to content

inspect-js/has-resizable-array-buffers

Repository files navigation

has-resizable-array-buffers Version Badge

github actions coverage License Downloads

npm badge

Does the current environment have support for resizable ArrayBuffers?

Example

var hasResizableArrayBuffers = require('has-resizable-array-buffers');

hasResizableArrayBuffers() === true; // if the environment has native resizable `ArrayBuffer` support.

Tests

Simply clone the repo, npm install, and run npm test

About

Does the current environment have support for resizable `ArrayBuffer`s?

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors