Skip to content

content

Get the content of this blob.

Signature

ts
class Blob {
  content(): Uint8Array;
}

Returns

  • Uint8Array

    Content of this blob.

Released under the MIT License.