• Streams a web asset to local disk (i.e. downloads it)

    Parameters

    • url: string

      The url of the resource to download

    • fname: string

      The local filepath to download the asset to

    Returns Promise<void>