
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>ASoN 的博客｜独立开发者技术笔记</title>
      <link>https://ason.top/blog</link>
      <description>ASoN 的个人博客：记录 AI Coding、独立开发与前端技术的实践，分享 AI 打造的产品与日常思考。</description>
      <language>zh-CN</language>
      <managingEditor>ason.fuzhen@gmail.com (ASoN)</managingEditor>
      <webMaster>ason.fuzhen@gmail.com (ASoN)</webMaster>
      <lastBuildDate>Fri, 04 Sep 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://ason.top/tags/abortcontroller/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://ason.top/blog/tech/umi-request-timeout</guid>
    <title>umi-request 的 timeout 不会取消请求</title>
    <link>https://ason.top/blog/tech/umi-request-timeout</link>
    <description>umi-request 的 timeout 只是用 Promise.race 提前 reject，底层 fetch 不会被中断。从源码确认这点，并给出在 request 层统一用 AbortController 接管超时的方案。</description>
    <pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate>
    <author>ason.fuzhen@gmail.com (ASoN)</author>
    <category>前端</category><category>umi-request</category><category>fetch</category><category>AbortController</category><category>请求超时</category>
  </item>

    </channel>
  </rss>
