1.0.6 • Published 4 years ago

wxpromisefy v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Project setup

npm install --save wxpromisefy

Getting started

请开启 增强编译,以支持使用Array.prototype.includes等ES7的新特性

example:

const { wxpromisefy, wxpromisefyAll } = require('wxpromisefy')
//将wx的api全部promise化
wxpromisefyAll()
wx.showModal({
    title: '测试'
}).then(() => {
    wx.showToast('promise测试')
})

//单个api实现promise化
wxpromisefy(wx.getSystemInfo)().then(...)
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago