data
, in bytes.
Parameters
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to get the length of. |
Returns
number
The length of the data.
function dataLength(data): number
data
, in bytes.
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to get the length of. |
number
The length of the data.
Was this page helpful?