Compass helpers for browser platforms
Preparing search index...
downloadBlob
Function downloadBlob
downloadBlob
(
blob
:
Blob
|
File
,
filename
?:
string
)
:
Promise
<
DownloadResult
>
Parameters
blob
:
Blob
|
File
Blob 或 File 对象
Optional
filename
:
string
文件名(可选,File 对象会使用其原始名称)
Returns
Promise
<
DownloadResult
>
Description
下载 Blob 或 File 对象
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Compass helpers for browser platforms
Loading...
Blob 或 File 对象