Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/taro/types/api/storage/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ declare module '../../index' {
createBufferURL(
/** 需要存入内存的二进制数据 */
buffer: ArrayBuffer | TypedArray
): void
): string
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不是 Promise 的?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image 同步方法


/** Taro.clearStorage 的同步版本
* @supported weapp, alipay, swan, jd, qq, tt, h5, harmony_hybrid
Expand Down
Loading