UNPKG

@tb-app/web-view

Version:

实现webview与淘宝小程序之间的通信

9 lines (8 loc) 195 B
/** * 获取当前 storage 的相关信息的异步接口 */ export default function getStorageInfo(): Promise<{ keys: string[]; currentSize: number; limitSize: number; }>;