Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 redux-offline 为一个特定请求添加超时值。我想实现它在 x 秒后触发超时(也在离线时),因此正在使用 http 错误 408 调用丢弃函数。
在不弄乱效果配置的情况下这可能吗?如果不是,自定义获取效果配置会是什么样子?