Skip to content

Home > @ailer/pocket > downloadByUrl

downloadByUrl() function

通过指定的 URL 下载文件

Signature:

typescript
downloadByUrl: (url: string, fileName?: string) => void

Parameters

Parameter

Type

Description

url

string

文件的 URL 地址

fileName

string

(Optional) 可选参数,指定下载文件的文件名

**Returns:**

void

在 MIT 许可下发布