0

我正在使用 yahoo 的 Fluxible 和 fetchr,并且在请求服务调用中偶尔会出现超时。如何在我的配置中增加 ajax 请求超时时间?

https://github.com/yahoo/fluxible-plugin-fetchr

4

1 回答 1

1

基于查看lib代码:

app.plug(fetchrPlugin({
    xhrPath: '/api',
    xhrTimeout: 2000
}));
于 2015-11-18T15:12:27.260 回答