yaschema-api-fetcher
    Preparing search index...

    Interface BlobConstructor

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

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalform: HTMLFormElement

      Returns Blob

    Properties

    prototype: Blob