Skip to content

Commit

Permalink
feat(weapp): 微信增加 on/offCopyUrl API,fix #9095
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Apr 25, 2021
1 parent 81ebacf commit d9152b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/taro-weapp/src/apis-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ export const noPromiseApis = new Set([
'onBLEConnectionStateChange',
'onBLECharacteristicValueChange',
'offBLEConnectionStateChange',
'offBLECharacteristicValueChange'
'offBLECharacteristicValueChange',
'onCopyUrl',
'offCopyUrl'
])

export const needPromiseApis = new Set([
Expand Down

0 comments on commit d9152b6

Please sign in to comment.