
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@stdlib/assert-has-arraybuffer-support
Advanced tools
Detect native
ArrayBuffersupport.
npm install @stdlib/assert-has-arraybuffer-support
var hasArrayBufferSupport = require( '@stdlib/assert-has-arraybuffer-support' );
Detects if a runtime environment supports ArrayBuffer.
var bool = hasArrayBufferSupport();
// returns <boolean>
var hasArrayBufferSupport = require( '@stdlib/assert-has-arraybuffer-support' );
var bool = hasArrayBufferSupport();
if ( bool ) {
console.log( 'Environment has ArrayBuffer support.' );
} else {
console.log( 'Environment lacks ArrayBuffer support.' );
}
To use the module as a general utility, install the module globally
npm install -g @stdlib/assert-has-arraybuffer-support
Usage: has-arraybuffer-support [options]
Options:
-h, --help Print this message.
-V, --version Print the package version.
$ has-arraybuffer-support
<boolean>
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
See LICENSE.
Copyright © 2016-2021. The Stdlib Authors.
FAQs
Detect native ArrayBuffer support.
The npm package @stdlib/assert-has-arraybuffer-support receives a total of 3,915 weekly downloads. As such, @stdlib/assert-has-arraybuffer-support popularity was classified as popular.
We found that @stdlib/assert-has-arraybuffer-support demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.