Skip to content

size

Get the size in bytes of the contents of this blob.

Signature

ts
class Blob {
  size(): bigint;
}

Returns

  • bigint

    Size in bytes of the contents of this blob.

Released under the MIT License.