byte_length property

byte_length property

The byteLength accessor property represents the length of an ArrayBuffer in bytes.

Definition:

@property
def byte_length(self):
    ...

See Also