Skip to content

Commit

Permalink
feat(apis): 支持微信小程序调试相关 API, #7510
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Sep 3, 2020
1 parent 5f8f029 commit 6bc6167
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/taro-api/src/native-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const noPromiseApis = {
onWindowResize: true,
offWindowResize: true,

// 调试
setEnableDebug: true,
getRealtimeLogManager: true,
getLogManager: true,

// 拓展接口
arrayBufferToBase64: true,
base64ToArrayBuffer: true,
Expand Down

0 comments on commit 6bc6167

Please sign in to comment.