Function downloadBase64EncFile

  • A simple method to download a data url string as file in the browser

    Parameters

    • contentBase64: string

      the data url

    • fileName: string

      a file name

    Returns void

Generated using TypeDoc