注意: 此页面尚未翻译成中文。以下内容为英文原版。
function dataLength(data): number
Returns the length of data, in bytes.

Parameters

ParameterTypeDescription
dataBytesLikeThe data to get the length of.

Returns

number The length of the data.

Source

utils/data.ts:163