Interface BlobConstructor

interface BlobConstructor {
    new BlobConstructor(form?: HTMLFormElement): Blob;
    prototype: Blob;
}

Constructors

Properties

Constructors

  • Parameters

    • Optionalform: HTMLFormElement

    Returns Blob

Properties

prototype: Blob