Compass helpers for browser platforms
Preparing search index...
downloadBase64File
Function downloadBase64File
downloadBase64File
(
base64
:
string
,
filename
:
string
,
mimeType
?:
string
,
)
:
Promise
<
DownloadResult
>
Parameters
base64
:
string
Base64 字符串(可包含 data URL 前缀)
filename
:
string
文件名
Optional
mimeType
:
string
MIME 类型(如果 base64 不包含则需要提供)
Returns
Promise
<
DownloadResult
>
Description
下载 Base64 编码的文件
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Compass helpers for browser platforms
Loading...
Base64 字符串(可包含 data URL 前缀)