We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fbd45 commit fd40cf4Copy full SHA for fd40cf4
3 files changed
.github/.keepalive
README.md
@@ -68,6 +68,8 @@ var hasSharedArrayBufferSupport = require( '@stdlib/assert-has-sharedarraybuffer
68
69
Detects if a runtime environment supports [`SharedArrayBuffer`][mdn-sharedarraybuffer].
70
71
+<!-- eslint-disable id-length -->
72
+
73
```javascript
74
var bool = hasSharedArrayBufferSupport();
75
// returns <boolean>
package.json
@@ -48,7 +48,7 @@
48
"@stdlib/assert-is-boolean": "^0.1.1",
49
"@stdlib/assert-is-browser": "^0.1.1",
50
"@stdlib/assert-is-windows": "^0.1.1",
51
- "@stdlib/bench": "^0.1.0",
+ "@stdlib/bench": "^0.2.0",
52
"@stdlib/process-exec-path": "^0.1.1",
53
"proxyquire": "^2.0.0",
54
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
0 commit comments