Function standardizeFileSource

  • Forces array of Blob-likes and ArrayBufferViews to array of Uint8Arrays.

    Parameters

    • source: any[]

      Mixed array of Blob-likes and ArrayBufferViews.

    Returns Promise<Uint8Array[]>

    • Sanitized array of Uint8Arrays.

Generated using TypeDoc