18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
|
|
{{alias}}()
|
|
Tests for native `SharedArrayBuffer` support.
|
|
|
|
Returns
|
|
-------
|
|
bool: boolean
|
|
Boolean indicating if an environment has `SharedArrayBuffer` support.
|
|
|
|
Examples
|
|
--------
|
|
> var bool = {{alias}}()
|
|
<boolean>
|
|
|
|
See Also
|
|
--------
|
|
|