Binary Raw - Docs
Preparing search index...
utils/encoding
isAllAscii
Function isAllAscii
isAllAscii
(
bytes
:
Uint8Array
)
:
boolean
Returns true if all bytes in the array are pure ASCII (< 0x80). Undefined bytes are ignored.
Parameters
bytes
:
Uint8Array
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Binary Raw - Docs
Loading...
Returns true if all bytes in the array are pure ASCII (< 0x80). Undefined bytes are ignored.