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

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

Recent Commits to storage:main

Meta: update repository files · whatwg/storage@1933f42 Review Draft Publication: February 2026 · whatwg/storage@652998d Meta: add missing </span> tag · whatwg/storage@7834206 Meta: link to Korean translations Editorial: export storage key · whatwg/storage@b3c0fa9 Meta: link Simplified Chinese translation · whatwg/storage@39f5138 Meta: update repository files · whatwg/storage@9f3b87b Meta: update repository files Meta: update repository files · whatwg/storage@d5dbe0b Review Draft Publication: February 2023 Introduce a storage task source and queue a storage task Editorial: add a diagram for storage model Swap browsing session for traversable Meta: my employer changed · whatwg/storage@bae46a5 Meta: update repository files Review Draft Publication: August 2022 Review Draft Publication: February 2022 Editorial: use string literal for permission name Add a storage key comparison algorithm
Support obtaining a storage key from an environment · whatwg/storage@afbf6bd
wanderview · 2022-03-04 · via Recent Commits to storage:main
Original file line numberDiff line numberDiff line change

@@ -204,7 +204,7 @@ anticipated that some APIs will be applicable to both <a>storage types</a> going

204204

<p class=XXX>This is expected to change; see

205205

<a href="https://privacycg.github.io/storage-partitioning/">Client-Side Storage Partitioning</a>.

206206
207-

<p>To <dfn export>obtain a storage key</dfn>, given an <a>environment settings object</a>

207+

<p>To <dfn export>obtain a storage key</dfn>, given an <a for=/>environment</a>

208208

<var>environment</var>, run these steps:

209209
210210

<ol>

@@ -219,14 +219,16 @@ anticipated that some APIs will be applicable to both <a>storage types</a> going

219219

<li><p>Return <var>key</var>.

220220

</ol>

221221
222-

<p>To <dfn export>obtain a storage key for non-storage purposes</dfn>, given an <a>environment

223-

settings object</a> <var>environment</var>, run these steps:

222+

<p>To <dfn export>obtain a storage key for non-storage purposes</dfn>, given an

223+

<a for=/>environment</a> <var>environment</var>, run these steps:

224224
225225

<ol>

226-

<li><p>Let <var>key</var> be a <a>tuple</a> consisting of <var>environment</var>'s

227-

<a for="environment settings object">origin</a>.

226+

<li><p>Let <var>origin</var> be <var>environment</var>'s

227+

<a for="environment settings object">origin</a> if <var>environment</var> is an

228+

<a>environment settings object</a>; otherwise <var>environment</var>'s

229+

<a for=environment>creation URL</a>'s <a for=url>origin</a>.

228230
229-

<li><p>Return <var>key</var>.

231+

<li><p>Return a <a>tuple</a> consisting of <var>origin</var>.

230232

</ol>

231233
232234

<p>To determine whether a <a>storage key</a> <var>A</var>