-
由于我们自己的源代码被 transform-runtime 处理过,所以 Promise 的类型会变成 object. 但是 fly 内部的 Promise 依然是原生的 Promise, 所以判断会出问题
我们使用的小程序 / 用了美团的 mpvue.
-
> [Fly.js](https://github.com/wendux/fly) 一个基于Promise的、强大的、支持多种JavaScript运行时的http请求库. 有了它,您可以使用一份http请求代码在浏览器、微信小程序、Weex、Node中都能正常运行。同时可以方便配合 Vue家族的框架,最大可能的实现 *Write Once Run Everywhere*。
Github:…
-
- - -
# ISSUES
上周有 96 个新 issue。
52 个 issue 已经被关闭,44 个 issue 仍然保持打开状态。
## OPEN ISSUES
:green_heart: #1415 [h5 navigateTo跳转页面后,页面默认停留位置不正确](https://github.com/NervJS/taro/issues/1415), by [tourze](ht…
-
我想在拦截器中捕捉到错误,然后拦截器中统一给错误提示信息,这点拦截器不支持?
-
`fly.interceptors.request.use((config, promise) => {
if (config.method === 'POST') {
let data = new FormData()
for (let key in config.body) {
data.append(key, config.body[key])
…
-
-
We have received a following bug report:
> The fly.io's wormhole agent works in "Sidecar" mode, but "Supervisor" mode fails on Windows because it hard-codes "/bin/sh -c" rather than using "cmd.exe …