api-typings icon indicating copy to clipboard operation
api-typings copied to clipboard

wx.createBufferURL 返回类型应为string

Open Sorryhx opened this issue 1 year ago • 0 comments

/miniprogram-api-typings/types/wx/lib.wx.api.d.ts
createBufferURL( /** 需要存入内存的二进制数据 */ buffer: | ArrayBuffer | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array ): void

    应该是返回string 才对

@dtysky

Sorryhx avatar Aug 17 '22 02:08 Sorryhx