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

推荐订阅源

Recent Commits to openclaw:main
Recent Commits to openclaw:main
L
LangChain Blog
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
宝玉的分享
宝玉的分享
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
博客园_首页
T
Tailwind CSS Blog
P
Proofpoint News Feed
雷峰网
雷峰网
D
Darknet – Hacking Tools, Hacker News & Cyber Security
IT之家
IT之家
V
Vulnerabilities – Threatpost
阮一峰的网络日志
阮一峰的网络日志
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs
S
Schneier on Security
Security Archives - TechRepublic
Security Archives - TechRepublic
L
Lohrmann on Cybersecurity
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
WordPress大学
WordPress大学
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Hugging Face - Blog
Hugging Face - Blog
Project Zero
Project Zero
博客园 - 叶小钗
F
Full Disclosure
大猫的无限游戏
大猫的无限游戏
Latest news
Latest news
S
SegmentFault 最新的问题
C
Cyber Attacks, Cyber Crime and Cyber Security
Google Online Security Blog
Google Online Security Blog
Recorded Future
Recorded Future
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Hacker News - Newest:
Hacker News - Newest: "LLM"
腾讯CDC
L
LINUX DO - 最新话题
Google DeepMind News
Google DeepMind News
P
Privacy International News Feed
I
InfoQ
F
Fortinet All Blogs
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
T
Tenable Blog
B
Blog RSS Feed

Recent Commits to xhr:main

Overwrite the charset parameter for URLSearchParams objects · whatwg/xhr@d375b28 Editorial: modernize prose · whatwg/xhr@fe6c5fe Meta: update repository files · whatwg/xhr@0822635 Reset request body when open() is called · whatwg/xhr@38e3f59 Review Draft Publication: August 2025 · whatwg/xhr@84b66b3 Meta: link Korean translation · whatwg/xhr@a170690 Meta: link Simplified Chinese translation · whatwg/xhr@f284317 Allow doubles for ProgressEvent's loaded and total · whatwg/xhr@4a6401c Editorial: fix Bikeshed linking errors · whatwg/xhr@150a3b8 Meta: adjust dfn-for of events on XMLHttpRequestEventTarget · whatwg/xhr@fd438ec Review Draft Publication: February 2024 · whatwg/xhr@fdd619d Meta: update repository files · whatwg/xhr@813e308 Meta: update repository files · whatwg/xhr@a2c40a0 Editorial: use HTML's encoding-parse a URL · whatwg/xhr@a5597b9 Review Draft Publication: February 2023 · whatwg/xhr@1cccb46 Add optional submitter argument to FormData constructor · whatwg/xhr@1c2d7f2 Align with Fetch's forbidden request-header refactor · whatwg/xhr@494431a Meta: my employer changed · whatwg/xhr@545cdd5 Meta: update repository files · whatwg/xhr@112c3bb
Meta: update link for fragment serialization algorithm · whatwg/xhr@f2f0397
lukewarlow · 2024-08-12 · via Recent Commits to xhr:main

@@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event

1515

spec:fetch; type:dfn; for:/; text:credentials

1616

</pre>

171718-

<pre class=anchors>

19-

urlPrefix: https://w3c.github.io/DOM-Parsing/; spec: dom-parsing

20-

type: dfn; text: fragment serializing algorithm; url: dfn-fragment-serializing-algorithm

21-

</pre>

22-231824192520

<h2 id=introduction>Introduction</h2>

@@ -686,7 +681,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.

686681

<li><p>Let <var>extractedContentType</var> be null.

687682688683

<li><p>If <var>body</var> is a {{Document}}, then set <a>this</a>'s <a>request body</a> to

689-

<var>body</var>, <a lt="fragment serializing algorithm">serialized</a>,

684+

<var>body</var>, <a lt="fragment serializing algorithm steps">serialized</a>,

690685

<a for=string>converted</a>, and <a lt="UTF-8 encode">UTF-8 encoded</a>.

691686692687

<li>

@@ -1030,7 +1025,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.

1030102510311026

<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a>'s

10321027

<a for=response>aborted flag</a> is set, run the <a>request error steps</a> for <var>xhr</var>,

1033-

<a event for=XMLHttpRequest><code>abort</code></a>, and "{{AbortError!!exception}}"

1028+

<a event for=XMLHttpRequestEventTarget><code>abort</code></a>, and "{{AbortError!!exception}}"

10341029

{{DOMException}}.

1035103010361031

<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a> is a

@@ -1095,7 +1090,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.

1095109010961091

<li><p>If <a>this</a>'s <a>state</a> is <i>opened</i> with <a>this</a>'s

10971092

<a><code>send()</code> flag</a> set, <i>headers received</i>, or <i>loading</i>, then run the

1098-

<a>request error steps</a> for <a>this</a> and <a event for=XMLHttpRequest><code>abort</code></a>.

1093+

<a>request error steps</a> for <a>this</a> and

1094+

<a event for=XMLHttpRequestEventTarget><code>abort</code></a>.

1099109511001096

<li>

11011097

<p>If <a>this</a>'s <a>state</a> is <i>done</i>, then set <a>this</a>'s <a>state</a> to