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

推荐订阅源

S
Securelist
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
L
LINUX DO - 最新话题
The Hacker News
The Hacker News
Google Online Security Blog
Google Online Security Blog
SecWiki News
SecWiki News
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
The Last Watchdog
The Last Watchdog
S
Schneier on Security
T
Troy Hunt's Blog
N
News | PayPal Newsroom
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Schneier on Security
Schneier on Security
P
Privacy & Cybersecurity Law Blog
T
Tor Project blog
T
Threatpost
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
A
Arctic Wolf
S
Secure Thoughts
P
Proofpoint News Feed
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Security Latest
Security Latest
Scott Helme
Scott Helme
Security Archives - TechRepublic
Security Archives - TechRepublic
Latest news
Latest news
PCI Perspectives
PCI Perspectives
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Hacker News - Newest:
Hacker News - Newest: "LLM"
L
LINUX DO - 热门话题
P
Palo Alto Networks Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
G
GRAHAM CLULEY
V2EX - 技术
V2EX - 技术
Google DeepMind News
Google DeepMind News
Project Zero
Project Zero
V
Vulnerabilities – Threatpost
T
Threat Research - Cisco Blogs
Webroot Blog
Webroot Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
N
News and Events Feed by Topic
TaoSecurity Blog
TaoSecurity Blog
大猫的无限游戏
大猫的无限游戏
T
Tenable Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
H
Hacker News: Front Page
Simon Willison's Weblog
Simon Willison's Weblog
AWS News Blog
AWS News Blog

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@813e308 Meta: update repository files · whatwg/xhr@a2c40a0 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
Editorial: use HTML's encoding-parse a URL · whatwg/xhr@a5597b9
annevk · 2023-09-22 · via Recent Commits to xhr:main
Original file line numberDiff line numberDiff line change

@@ -448,11 +448,9 @@ method steps are:

448448
449449

<li><p><a for=method>Normalize</a> <var>method</var>.

450450
451-

<li><p>Let <var>parsedURL</var> be the result of <a lt="URL parser">parsing</a> <var>url</var> with

452-

<a>this</a>'s <a>relevant settings object</a>'s

453-

<a for="environment settings object">API base URL</a> and <a>this</a>'s

454-

<a>relevant settings object</a>'s

455-

<a for="environment settings object">API URL character encoding</a>.

451+

<li><p>Let <var>parsedURL</var> be the result of

452+

<a lt="encoding-parse a URL">encoding-parsing a URL</a> <var>url</var>, relative to <a>this</a>'s

453+

<a>relevant settings object</a>.

456454
457455

<li><p>If <var>parsedURL</var> is failure, then <a>throw</a> a "{{SyntaxError!!exception}}"

458456

{{DOMException}}.

@@ -1333,7 +1331,7 @@ not be web compatible.

13331331
13341332

<li><p>Set <var>document</var>'s <a for=Document>encoding</a> to <var>charset</var>.

13351333
1336-

<li><p>Set <var>document</var>'s <a>content type</a> to <var>finalMIME</var>.

1334+

<li><p>Set <var>document</var>'s <a for=Document>content type</a> to <var>finalMIME</var>.

13371335
13381336

<li><p>Set <var>document</var>'s <a for=Document>URL</a> to <var>xhr</var>'s

13391337

<a for=XMLHttpRequest>response</a>'s <a for=response>URL</a>.