惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Cisco Talos Blog
Cisco Talos Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
雷峰网
雷峰网
The Register - Security
The Register - Security
The Cloudflare Blog
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
I
InfoQ
博客园 - 三生石上(FineUI控件)
H
Help Net Security
博客园 - 司徒正美
Vercel News
Vercel News
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
云风的 BLOG
云风的 BLOG
B
Blog
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
L
LangChain Blog
人人都是产品经理
人人都是产品经理
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Recorded Future
Recorded Future
小众软件
小众软件
Martin Fowler
Martin Fowler
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
酷 壳 – CoolShell
酷 壳 – CoolShell
腾讯CDC
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Apple Machine Learning Research
Apple Machine Learning Research
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog
Y
Y Combinator Blog
V
Visual Studio Blog
F
Fortinet All Blogs
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
V
V2EX
Blog — PlanetScale
Blog — PlanetScale

Recent Commits to fetch:main

Meta: make methods a required ID · whatwg/fetch@586cd2a Add TAO destination check for navigation redirect chains Review Draft Publication: June 2026 Add a textStream() method to the Body mixin Define ABNF for origin-or-null Add WebDriver BiDi network logging with stable request IDs Add "text" destination type, for JavaScript text imports Meta: update repository files Add WebTransport-hashes to request, wired down to create a connection Block 416 alongside 206 Add quota & requested to QuotaExceededError · whatwg/fetch@3d04edb Editorial: fix typo Review Draft Publication: December 2025 Bypass blob URL partitioning for top-level self fetches Align with changes to Service Worker's handle fetch WebDriver BiDi: override Accept-Language header Add "webtransport" request mode Introduce "is offline" algorithm and use it Restrict fetchLater() to secure contexts
Only consider pending fetch-later requests for deferred fetch quota · whatwg/fetch@7d7ab2a
TimvdLippe · 2026-04-26 · via Recent Commits to fetch:main
Original file line numberDiff line numberDiff line change

@@ -7600,6 +7600,9 @@ stated otherwise, it is 0.

76007600

<a for="fetch group">deferred fetch records</a>:

76017601
76027602

<ol>

7603+

<li><p>If <var>deferredRecord</var>'s <a for="deferred fetch record">invoke state</a>

7604+

is not "<code>pending</code>", then <a for=iteration>continue</a>.

7605+
76037606

<li><p>Let <var>requestLength</var> be the <a>total request length</a> of

76047607

<var>deferredRecord</var>'s <a for="deferred fetch record">request</a>.

76057608