Function getBlobConstructor
getBlobConstructor(): | undefined| BlobConstructor| { prototype: Blob; new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;} Returns
| undefined
| BlobConstructor
| {
prototype: Blob;
new (blobParts?: BlobPart[], options?: BlobPropertyBag): Blob;
}
Gets the configured
Blob
implementation