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

推荐订阅源

Spread Privacy
Spread Privacy
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
V
V2EX
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
C
Check Point Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AI
AI
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
量子位
Attack and Defense Labs
Attack and Defense Labs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Privacy International News Feed
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
腾讯CDC
Latest news
Latest news
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
美团技术团队
The Cloudflare Blog
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
J
Java Code Geeks
SecWiki News
SecWiki News
Webroot Blog
Webroot Blog
N
News | PayPal Newsroom
博客园 - 叶小钗
博客园 - Franky

Recent Commits to web-share-target:main

Refactor: remove WebIDL (#106) · w3c/web-share-target@72dd80f Possibility of transferring user id (#100) · w3c/web-share-target@0782f1a chore: use group option in config · w3c/web-share-target@fadadfb chore: use main branch in config · w3c/web-share-target@a7a06ec Editorial: reference Encoding's 'UTF-8' directly (#96) · w3c/web-share-target@a703396 chore: migrate to WebApps WG (#95) · w3c/web-share-target@6025309 Accessibility considerations (#88) · w3c/web-share-target@93bf095 editorial: link to urlencoded serializer (#92) · w3c/web-share-target@a8d4a5d chore: cleanup some ReSpec usage (#91) · w3c/web-share-target@b27e5a8 Update w3c.json · w3c/web-share-target@41b27b5 Long share requests may truncate with GET (#82) · w3c/web-share-target@dd4e83f Encourage redirect after POST (#80) · w3c/web-share-target@0d9d25f Remove 'early draft' wording (#79) · w3c/web-share-target@fc831cb Skip bad files entries and make accept required (#78) · w3c/web-share-target@83a63b0 Support file sharing (#53) · w3c/web-share-target@76eabad [web-share-target] Introduce Level 2 Spec (#71) · w3c/web-share-target@a5f4eb2 Potentially trustworthy origins (#69) · w3c/web-share-target@b3c4d76 Mention plan for sharing files (#65) · w3c/web-share-target@3fccfd1 Retire links to Interface document (#62) · w3c/web-share-target@5279a5a
Validate enctype when method is GET (#72) · w3c/web-share-target@4078bc4
ewilligers · 2018-11-06 · via Recent Commits to web-share-target:main

This repository was archived by the owner on Jun 30, 2026. It is now read-only.

File tree

Original file line numberDiff line numberDiff line change

@@ -358,6 +358,18 @@ <h3>

358358

<li>If <var>share target</var>["<a data-link-for=

359359

"ShareTarget">method</a>"] is an <a data-cite=

360360

"!INFRA#ascii-case-insensitive">ASCII case-insensitive</a> match for

361+

the string <code>"GET"</code> and <var>share

362+

target</var>["<a data-link-for="ShareTarget">enctype</a>"] is not an

363+

<a data-cite="!INFRA#ascii-case-insensitive">ASCII

364+

case-insensitive</a> match for the string

365+

<code>"application/x-www-form-urlencoded"</code>, <a data-cite=

366+

"!appmanifest#dfn-issue-a-developer-warning">issue a developer

367+

warning</a> that the enctype is not supported with method GET, and

368+

return <code>undefined</code>.

369+

</li>

370+

<li>If <var>share target</var>["<a data-link-for=

371+

"ShareTarget">method</a>"] is an <a data-cite=

372+

"!INFRA#ascii-case-insensitive">ASCII case-insensitive</a> match for

361373

the string <code>"POST"</code> and <var>share

362374

target</var>["<a data-link-for="ShareTarget">enctype</a>"] is neither

363375

an <a data-cite="!INFRA#ascii-case-insensitive">ASCII

@@ -488,8 +500,7 @@ <h3>

488500

</p>

489501

<p>

490502

The <dfn>enctype</dfn> member specifies how the share data is encoded

491-

in the body of a <code>POST</code> request. It is ignored when

492-

<a>method</a> is <code>"GET"</code>.

503+

in the request.

493504

</p>

494505

<p>

495506

The <dfn>params</dfn> member contains a <a>ShareTargetParams</a>