English
Convert Base64 string to ArrayBuffer object
Platform difference description
| App | H5 | 微信小程序 | 支付宝小程序 | 百度小程序 | 抖音小程序、飞书小程序 | 快手小程序 | 京东小程序 | 元服务 | 小红书小程序 |
|---|---|---|---|---|---|---|---|---|---|
| √ | √ | √ | x | x | √ | √ | √ | x | √ |
| HarmonyOS |
|---|
| HBuilderX 4.23 |
Parameter Description
| Parameter | Type | Required | Instruction |
|---|---|---|---|
| base64 | String | Yes | Base64 string to be converted to ArrayBuffer object |
Example
const base64 = 'test'
const arrayBuffer = uni.base64ToArrayBuffer(base64)