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

推荐订阅源

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 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>