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

推荐订阅源

Hacker News - Newest:
Hacker News - Newest: "LLM"
Webroot Blog
Webroot Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
www.infosecurity-magazine.com
www.infosecurity-magazine.com
N
News and Events Feed by Topic
H
Hacker News: Front Page
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
SecWiki News
SecWiki News
N
News | PayPal Newsroom
T
Tor Project blog
W
WeLiveSecurity
A
Arctic Wolf
Security Archives - TechRepublic
Security Archives - TechRepublic
S
Secure Thoughts
月光博客
月光博客
AWS News Blog
AWS News Blog
D
Docker
C
CERT Recently Published Vulnerability Notes
MyScale Blog
MyScale Blog
Google Online Security Blog
Google Online Security Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss
I
InfoQ
人人都是产品经理
人人都是产品经理
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
Hacker News: Ask HN
Hacker News: Ask HN
Blog — PlanetScale
Blog — PlanetScale
博客园 - 【当耐特】
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Recorded Future
Recorded Future
罗磊的独立博客
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
T
The Exploit Database - CXSecurity.com
D
DataBreaches.Net
S
Security Affairs
WordPress大学
WordPress大学
T
Threatpost
Microsoft Security Blog
Microsoft Security Blog
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
S
SegmentFault 最新的问题
B
Blog RSS Feed
Project Zero
Project Zero
P
Proofpoint News 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 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 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
Reset request body when open() is called · whatwg/xhr@38e3f59
shannonbooth · 2026-03-09 · via Recent Commits to xhr:main
Original file line numberDiff line numberDiff line change

@@ -12,14 +12,14 @@ on:

1212

jobs:

1313

build:

1414

name: Build

15-

runs-on: ubuntu-22.04

15+

runs-on: ubuntu-24.04

1616

steps:

17-

- uses: actions/checkout@v4

17+

- uses: actions/checkout@v6

1818

with:

1919

fetch-depth: 2

20-

- uses: actions/setup-python@v5

20+

- uses: actions/setup-python@v6

2121

with:

22-

python-version: "3.11"

22+

python-version: "3.14"

2323

- run: pip install bikeshed && bikeshed update

2424

# Note: `make deploy` will do a deploy dry run on PRs.

2525

- run: make deploy

Original file line numberDiff line numberDiff line change

@@ -488,12 +488,13 @@ method steps are:

488488
489489

<ul>

490490

<li><p>Unset <a>this</a>'s <a><code>send()</code> flag</a>.

491-

<li><p>Unset <a>this</a>'s <a>upload listener flag</a>.

492491

<li><p>Set <a>this</a>'s <a>request method</a> to <var>method</var>.

493492

<li><p>Set <a>this</a>'s <a>request URL</a> to <var>parsedURL</var>.

493+

<li><p><a for=list>Empty</a> <a>this</a>'s <a>author request headers</a>.

494+

<li><p>Set <a>this</a>'s <a>request body</a> to null.

494495

<li><p>Set <a>this</a>'s <a>synchronous flag</a> if <var>async</var> is false; otherwise unset

495496

<a>this</a>'s <a>synchronous flag</a>.

496-

<li><p><a for=list>Empty</a> <a>this</a>'s <a>author request headers</a>.

497+

<li><p>Unset <a>this</a>'s <a>upload listener flag</a>.

497498

<li><p>Set <a>this</a>'s <a for=XMLHttpRequest>response</a> to a <a>network error</a>.

498499

<li><p>Set <a>this</a>'s <a>received bytes</a> to the empty byte sequence.

499500

<li><p>Set <a>this</a>'s <a>response object</a> to null.