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

推荐订阅源

G
GRAHAM CLULEY
S
Security @ Cisco Blogs
P
Proofpoint News Feed
Cisco Talos Blog
Cisco Talos Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tor Project blog
WordPress大学
WordPress大学
Project Zero
Project Zero
S
Schneier on Security
P
Proofpoint News Feed
小众软件
小众软件
P
Privacy International News Feed
美团技术团队
L
LangChain Blog
Know Your Adversary
Know Your Adversary
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
N
Netflix TechBlog - Medium
Microsoft Security Blog
Microsoft Security Blog
Engineering at Meta
Engineering at Meta
I
InfoQ
量子位
Vercel News
Vercel News
博客园 - 三生石上(FineUI控件)
Spread Privacy
Spread Privacy
D
DataBreaches.Net
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
U
Unit 42
P
Privacy & Cybersecurity Law Blog
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
Latest news
Latest news
K
Kaspersky official blog
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
Simon Willison's Weblog
Simon Willison's Weblog
云风的 BLOG
云风的 BLOG
S
Securelist
AWS News Blog
AWS News Blog
F
Fortinet All Blogs
T
Threat Research - Cisco Blogs
Stack Overflow Blog
Stack Overflow Blog
Scott Helme
Scott Helme
Help Net Security
Help Net Security
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
Tenable 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 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.