Skip to content

Home > sculp-js > downloadURL

downloadURL() function

通过打开新窗口的方式下载

Signature:

typescript
export declare function downloadURL(url: string, params?: LooseParams): void;

Parameters

Parameter

Type

Description

url

string

params

LooseParams

(Optional)

Returns:

void

Released under the MIT License.