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

推荐订阅源

G
Google Developers Blog
S
Schneier on Security
The Hacker News
The Hacker News
P
Proofpoint News Feed
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
I
Intezer
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Schneier on Security
Schneier on Security
Security Latest
Security Latest
AWS News Blog
AWS News Blog
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
有赞技术团队
有赞技术团队
博客园 - 叶小钗
The Last Watchdog
The Last Watchdog
O
OpenAI News
月光博客
月光博客
Hacker News: Ask HN
Hacker News: Ask HN
阮一峰的网络日志
阮一峰的网络日志
S
Security @ Cisco Blogs
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Latest news
Latest news
P
Palo Alto Networks Blog
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
U
Unit 42
PCI Perspectives
PCI Perspectives
博客园 - 聂微东
SecWiki News
SecWiki News
宝玉的分享
宝玉的分享
Forbes - Security
Forbes - Security
H
Heimdal Security Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Troy Hunt's Blog
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
罗磊的独立博客
WordPress大学
WordPress大学
D
Darknet – Hacking Tools, Hacker News & Cyber Security

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 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: adjust dfn-for of events on XMLHttpRequestEventTarget · whatwg/xhr@fd438ec
dontcallmedo · 2024-06-06 · via Recent Commits to xhr:main

@@ -285,12 +285,12 @@ constructor steps are:

285285

<a>event listeners</a>

286286

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

287287

{{XMLHttpRequest/readystatechange}},

288-

{{XMLHttpRequest/progress}},

289-

{{XMLHttpRequest/abort}},

290-

{{XMLHttpRequest/error}},

291-

{{XMLHttpRequest/load}},

292-

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

293-

{{XMLHttpRequest/loadend}}.

288+

{{XMLHttpRequestEventTarget/progress}},

289+

{{XMLHttpRequestEventTarget/abort}},

290+

{{XMLHttpRequestEventTarget/error}},

291+

{{XMLHttpRequestEventTarget/load}},

292+

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

293+

{{XMLHttpRequestEventTarget/loadend}}.

294294

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

295295296296

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

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

314314

<tbody>

315315

<tr>

316316

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

317-

<td>{{XMLHttpRequest/loadstart}}

317+

<td>{{XMLHttpRequestEventTarget/loadstart}}

318318

<tr>

319319

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

320-

<td>{{XMLHttpRequest/progress}}

320+

<td>{{XMLHttpRequestEventTarget/progress}}

321321

<tr>

322322

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

323-

<td>{{XMLHttpRequest/abort}}

323+

<td>{{XMLHttpRequestEventTarget/abort}}

324324

<tr>

325325

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

326-

<td>{{XMLHttpRequest/error}}

326+

<td>{{XMLHttpRequestEventTarget/error}}

327327

<tr>

328328

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

329-

<td>{{XMLHttpRequest/load}}

329+

<td>{{XMLHttpRequestEventTarget/load}}

330330

<tr>

331331

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

332-

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

332+

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

333333

<tr>

334334

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

335-

<td>{{XMLHttpRequest/loadend}}

335+

<td>{{XMLHttpRequestEventTarget/loadend}}

336336

</table>

337337338338

<p>The following is the

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

1035103510361036

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

10371037

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

1038-

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

1038+

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

10391039

</ol>

1040104010411041

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

@@ -1576,32 +1576,32 @@ steps are:

15761576

<td>The {{XMLHttpRequest/readyState}} attribute changes

15771577

value, except when it changes to <a const for=XMLHttpRequest>UNSENT</a>.

15781578

<tr>

1579-

<td><dfn id=event-xhr-loadstart event for=XMLHttpRequest><code>loadstart</code></dfn>

1579+

<td><dfn id=event-xhr-loadstart event for=XMLHttpRequestEventTarget><code>loadstart</code></dfn>

15801580

<td>{{ProgressEvent}}

15811581

<td>The fetch initiates.

15821582

<tr>

1583-

<td><dfn id=event-xhr-progress event for=XMLHttpRequest><code>progress</code></dfn>

1583+

<td><dfn id=event-xhr-progress event for=XMLHttpRequestEventTarget><code>progress</code></dfn>

15841584

<td>{{ProgressEvent}}

15851585

<td>Transmitting data.

15861586

<tr>

1587-

<td><dfn id=event-xhr-abort event for=XMLHttpRequest><code>abort</code></dfn>

1587+

<td><dfn id=event-xhr-abort event for=XMLHttpRequestEventTarget><code>abort</code></dfn>

15881588

<td>{{ProgressEvent}}

15891589

<td>When the fetch has been aborted. For instance, by invoking the

15901590

{{XMLHttpRequest/abort()}} method.

15911591

<tr>

1592-

<td><dfn id=event-xhr-error event for=XMLHttpRequest><code>error</code></dfn>

1592+

<td><dfn id=event-xhr-error event for=XMLHttpRequestEventTarget><code>error</code></dfn>

15931593

<td>{{ProgressEvent}}

15941594

<td>The fetch failed.

15951595

<tr>

1596-

<td><dfn id=event-xhr-load event for=XMLHttpRequest><code>load</code></dfn>

1596+

<td><dfn id=event-xhr-load event for=XMLHttpRequestEventTarget><code>load</code></dfn>

15971597

<td>{{ProgressEvent}}

15981598

<td>The fetch succeeded.

15991599

<tr>

1600-

<td><dfn id=event-xhr-timeout event for=XMLHttpRequest><code>timeout</code></dfn>

1600+

<td><dfn id=event-xhr-timeout event for=XMLHttpRequestEventTarget><code>timeout</code></dfn>

16011601

<td>{{ProgressEvent}}

16021602

<td>The author specified timeout has passed before the fetch completed.

16031603

<tr>

1604-

<td><dfn id=event-xhr-loadend event for=XMLHttpRequest><code>loadend</code></dfn>

1604+

<td><dfn id=event-xhr-loadend event for=XMLHttpRequestEventTarget><code>loadend</code></dfn>

16051605

<td>{{ProgressEvent}}

16061606

<td>The fetch completed (success or failure).

16071607

</table>