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

推荐订阅源

博客园 - 【当耐特】
WordPress大学
WordPress大学
T
The Exploit Database - CXSecurity.com
博客园_首页
MyScale Blog
MyScale Blog
The Cloudflare Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
F
Full Disclosure
V
V2EX
博客园 - Franky
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
P
Proofpoint News Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
SecWiki News
SecWiki News
N
Netflix TechBlog - Medium
S
Secure Thoughts
酷 壳 – CoolShell
酷 壳 – CoolShell
Hacker News: Ask HN
Hacker News: Ask HN
爱范儿
爱范儿
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Webroot Blog
Webroot Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Martin Fowler
Martin Fowler
PCI Perspectives
PCI Perspectives
S
Security @ Cisco Blogs
Recorded Future
Recorded Future
Help Net Security
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
AI
AI
Microsoft Azure Blog
Microsoft Azure Blog
K
Kaspersky official blog
G
GRAHAM CLULEY
H
Hackread – Cybersecurity News, Data Breaches, AI and More
C
CERT Recently Published Vulnerability Notes
U
Unit 42
T
Tor Project blog
Cloudbric
Cloudbric
Hacker News - Newest:
Hacker News - Newest: "LLM"
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
Security Latest
Security Latest
N
News and Events Feed by Topic
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO

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