// TEST: downloadFile Download a file in memory to the user's computer

  • Parameters

    • params: {
          data: Uint8Array;
          fileName: string;
          mimeType: string;
      }
      • data: Uint8Array
      • fileName: string
      • mimeType: string

    Returns void

    The data URL. This is a string representation that can be used anywhere the original file would be used.