
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Monster Cone Blog</title>
      <link>https://dxin.cc/blog</link>
      <description></description>
      <language>zh-cn</language>
      <managingEditor>dongxin2019@gmail.com (Monster Cone)</managingEditor>
      <webMaster>dongxin2019@gmail.com (Monster Cone)</webMaster>
      <lastBuildDate>Sat, 13 Sep 2025 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://dxin.cc/tags/javascript/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://dxin.cc/blog/common-method</guid>
    <title>前端开发常用 JavaScript 方法整理</title>
    <link>https://dxin.cc/blog/common-method</link>
    <description>整理前端开发中常用的 JavaScript 方法与处理思路，适合作为日常编码时的高频参考清单。</description>
    <pubDate>Sat, 13 Sep 2025 00:00:00 GMT</pubDate>
    <author>dongxin2019@gmail.com (Monster Cone)</author>
    <category>JavaScript</category><category>前端开发</category><category>工具函数</category>
  </item>

  <item>
    <guid>https://dxin.cc/blog/fetch</guid>
    <title>Fetch 请求封装实战：打造轻量级前端请求库</title>
    <link>https://dxin.cc/blog/fetch</link>
    <description>从请求封装思路出发，基于原生 Fetch 构建更轻量的前端请求工具，减少依赖体积并统一请求处理逻辑。</description>
    <pubDate>Sat, 20 Sep 2025 00:00:00 GMT</pubDate>
    <author>dongxin2019@gmail.com (Monster Cone)</author>
    <category>JavaScript</category><category>Fetch</category><category>Promise</category><category>请求封装</category>
  </item>

  <item>
    <guid>https://dxin.cc/blog/lazyloading</guid>
    <title>JavaScript 懒加载实战：图片与动画的性能优化方案</title>
    <link>https://dxin.cc/blog/lazyloading</link>
    <description>介绍图片与动画懒加载的常见实现方式，帮助你在不牺牲体验的前提下优化页面性能。</description>
    <pubDate>Sat, 11 Oct 2025 00:00:00 GMT</pubDate>
    <author>dongxin2019@gmail.com (Monster Cone)</author>
    <category>JavaScript</category><category>懒加载</category><category>性能优化</category><category>前端性能</category>
  </item>

  <item>
    <guid>https://dxin.cc/blog/promise-pool</guid>
    <title>Promise Pool 实战：优雅控制异步并发数量</title>
    <link>https://dxin.cc/blog/promise-pool</link>
    <description>通过 Promise Pool 控制异步任务并发数量，避免请求拥塞、资源争抢和瞬时流量过高的问题，适合上传和批量请求场景。</description>
    <pubDate>Sat, 18 Oct 2025 00:00:00 GMT</pubDate>
    <author>dongxin2019@gmail.com (Monster Cone)</author>
    <category>JavaScript</category><category>Promise</category><category>并发控制</category><category>异步任务</category>
  </item>

  <item>
    <guid>https://dxin.cc/blog/pwa</guid>
    <title>PWA 入门到实战：让你的 Web 应用支持离线与安装</title>
    <link>https://dxin.cc/blog/pwa</link>
    <description>从缓存、离线访问与安装体验入手，介绍 Web 应用接入 PWA 的核心能力与实现方式。</description>
    <pubDate>Sat, 04 Oct 2025 00:00:00 GMT</pubDate>
    <author>dongxin2019@gmail.com (Monster Cone)</author>
    <category>JavaScript</category><category>PWA</category><category>离线应用</category><category>Web App</category>
  </item>

    </channel>
  </rss>
