提交 dd47e140 编写于 作者: Q qiang

Merge branch 'dev' into alpha

......@@ -18,7 +18,7 @@ const CONTEXT_API_RE_EXC = ['createBLEConnection']
const TASK_APIS = ['request', 'downloadFile', 'uploadFile', 'connectSocket']
// 同步例外情况
const ASYNC_API = ['createBLEConnection']
const ASYNC_API = ['createBLEConnection', 'createPushMessage']
const CALLBACK_API_RE = /^on|^off/
......@@ -83,4 +83,4 @@ export function promisify (name, api) {
}), ...params)
})))
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册