仪表盘
版本库
文件存储
活动
搜索
登录
lunhan
/
water/water-drinking-uniapp
直饮水用户移动端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
fix:修改.gitgnore文件,移除打包文件
web
9 小时以前
49fa0d82a40345342966e810b44429aec0480ef3
[lunhan/water/water-drinking-uniapp.git]
/
uni_modules
/
lime-shared
/
arrayBufferToFile
/
uvue.uts
1
2
3
4
5
6
7
8
9
10
// @ts-nocheck
// import {platform} from '../platform'
/**
* buffer转路径
* @param {Object} buffer
*/
// @ts-nocheck
export function arrayBufferToFile(buffer: ArrayBuffer, name?: string, format?:string):Promise<(File|string)> {
console.error('[arrayBufferToFile] 当前环境不支持')
}