Skip to content

isBinary

Determine if the blob content is most certainly binary or not.

Signature

ts
class Blob {
  isBinary(): boolean;
}

Returns

  • boolean

    true if blob content is binary.

Released under the MIT License.