Function getBlobConstructor

Gets the configured Blob implementation

  • Returns
        | undefined
        | BlobConstructor
        | {
            prototype: Blob;
            new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
        }