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

推荐订阅源

T
Threatpost
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
D
DataBreaches.Net
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
N
Netflix TechBlog - Medium
Microsoft Azure Blog
Microsoft Azure Blog
Microsoft Security Blog
Microsoft Security Blog
B
Blog
U
Unit 42
有赞技术团队
有赞技术团队
博客园 - 聂微东
GbyAI
GbyAI
宝玉的分享
宝玉的分享
F
Full Disclosure
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
MyScale Blog
MyScale Blog
Jina AI
Jina AI
Martin Fowler
Martin Fowler
IT之家
IT之家
酷 壳 – CoolShell
酷 壳 – CoolShell
D
Docker
P
Proofpoint News Feed
A
About on SuperTechFans
I
InfoQ
博客园 - 【当耐特】
C
Check Point Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Privacy & Cybersecurity Law Blog
T
Threat Research - Cisco Blogs
Y
Y Combinator Blog
Project Zero
Project Zero
WordPress大学
WordPress大学
小众软件
小众软件
AWS News Blog
AWS News Blog
博客园 - 司徒正美
T
The Exploit Database - CXSecurity.com
L
LINUX DO - 热门话题
I
Intezer
Engineering at Meta
Engineering at Meta
C
CXSECURITY Database RSS Feed - CXSecurity.com
J
Java Code Geeks
T
Tenable Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
C
CERT Recently Published Vulnerability Notes

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: update link for fragment serialization algorithm · whatwg/xhr@f2f0397 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@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 repository files · whatwg/xhr@813e308
annevk · 2024-01-24 · via Recent Commits to xhr:main

@@ -283,13 +283,13 @@ constructor steps are:

283283

<i>headers received</i>, or <i>loading</i>, and it has one or more

284284

<a>event listeners</a>

285285

registered whose <b>type</b> is one of

286-

<a event><code>readystatechange</code></a>,

287-

<a event><code>progress</code></a>,

288-

<a event><code>abort</code></a>,

289-

<a event><code>error</code></a>,

290-

<a event><code>load</code></a>,

291-

<a event><code>timeout</code></a>, and

292-

<a event><code>loadend</code></a>.

286+

{{XMLHttpRequest/readystatechange}},

287+

{{XMLHttpRequest/progress}},

288+

{{XMLHttpRequest/abort}},

289+

{{XMLHttpRequest/error}},

290+

{{XMLHttpRequest/load}},

291+

{{XMLHttpRequest/timeout!!event}}, and

292+

{{XMLHttpRequest/loadend}}.

293293

<!-- No need to mention upload event listeners as they happen during /opened/. -->

294294295295

<p>If an {{XMLHttpRequest}} object is garbage collected while its connection is still open, the user

@@ -313,25 +313,25 @@ from {{XMLHttpRequestEventTarget}} as attributes:

313313

<tbody>

314314

<tr>

315315

<td><dfn id=handler-xhr-onloadstart attribute for=XMLHttpRequestEventTarget><code>onloadstart</code></dfn>

316-

<td><a event><code>loadstart</code></a>

316+

<td>{{XMLHttpRequest/loadstart}}

317317

<tr>

318318

<td><dfn id=handler-xhr-onprogress attribute for=XMLHttpRequestEventTarget><code>onprogress</code></dfn>

319-

<td><a event><code>progress</code></a>

319+

<td>{{XMLHttpRequest/progress}}

320320

<tr>

321321

<td><dfn id=handler-xhr-onabort attribute for=XMLHttpRequestEventTarget><code>onabort</code></dfn>

322-

<td><a event><code>abort</code></a>

322+

<td>{{XMLHttpRequest/abort}}

323323

<tr>

324324

<td><dfn id=handler-xhr-onerror attribute for=XMLHttpRequestEventTarget><code>onerror</code></dfn>

325-

<td><a event><code>error</code></a>

325+

<td>{{XMLHttpRequest/error}}

326326

<tr>

327327

<td><dfn id=handler-xhr-onload attribute for=XMLHttpRequestEventTarget><code>onload</code></dfn>

328-

<td><a event><code>load</code></a>

328+

<td>{{XMLHttpRequest/load}}

329329

<tr>

330330

<td><dfn id=handler-xhr-ontimeout attribute for=XMLHttpRequestEventTarget><code>ontimeout</code></dfn>

331-

<td><a event><code>timeout</code></a>

331+

<td>{{XMLHttpRequest/timeout!!event}}

332332

<tr>

333333

<td><dfn id=handler-xhr-onloadend attribute for=XMLHttpRequestEventTarget><code>onloadend</code></dfn>

334-

<td><a event><code>loadend</code></a>

334+

<td>{{XMLHttpRequest/loadend}}

335335

</table>

336336337337

<p>The following is the

@@ -1029,11 +1029,12 @@ return <a>this</a>'s <a>cross-origin credentials</a>.

1029102910301030

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

10311031

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

1032-

<a event><code>abort</code></a>, and "{{AbortError!!exception}}" {{DOMException}}.

1032+

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

1033+

{{DOMException}}.

1033103410341035

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

10351036

<a for=/>network error</a>, then run the <a>request error steps</a> for <var>xhr</var>,

1036-

<a event><code>error</code></a>, and "{{NetworkError!!exception}}" {{DOMException}}.

1037+

{{XMLHttpRequest/error}}, and "{{NetworkError!!exception}}" {{DOMException}}.

10371038

</ol>

1038103910391040

<p>The <dfn>request error steps</dfn> for an {{XMLHttpRequest}} object <var>xhr</var>,

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

1093109410941095

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

10951096

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

1096-

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

1097+

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

1097109810981099

<li>

10991100

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