UNPKG
@tb-app/web-view-api
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
实现webview与淘宝小程序之间的通信
github.com/noshower/tb-app/tree/main/packages/web-view-api
noshower/tb-app
@tb-app/web-view-api
/
types
/
apis
/
canIUse.d.ts
5 lines
(4 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
/** * 判断当前小程序的 API、入参或返回值、组件、属性等在当前版本是否支持 */
export
default
function
canIUse
(
apiName
:
string
):
Promise
<
boolean
>;