yaschema-api-fetcher
    Preparing search index...

    Function getBlobConstructor

    • Gets the configured Blob implementation

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