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

推荐订阅源

Martin Fowler
Martin Fowler
L
LINUX DO - 最新话题
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
Lohrmann on Cybersecurity
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Security Latest
Security Latest
T
The Exploit Database - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Privacy & Cybersecurity Law Blog
K
Kaspersky official blog
The Last Watchdog
The Last Watchdog
Webroot Blog
Webroot Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
L
LINUX DO - 热门话题
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Visual Studio Blog
O
OpenAI News
AI
AI
Hacker News: Ask HN
Hacker News: Ask HN
V2EX - 技术
V2EX - 技术
GbyAI
GbyAI
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Simon Willison's Weblog
Simon Willison's Weblog
S
Schneier on Security
Spread Privacy
Spread Privacy
Y
Y Combinator Blog
I
InfoQ
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Threatpost
C
Cybersecurity and Infrastructure Security Agency CISA
F
Fortinet All Blogs
C
CERT Recently Published Vulnerability Notes
T
The Blog of Author Tim Ferriss
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
N
News and Events Feed by Topic
Project Zero
Project Zero
小众软件
小众软件
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
B
Blog
G
Google Developers 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 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 Support obtaining a storage key from an environment · whatwg/storage@afbf6bd Review Draft Publication: February 2022 Editorial: use string literal for permission name Add a storage key comparison algorithm
Meta: update repository files · whatwg/storage@d5dbe0b
annevk · 2023-03-23 · via Recent Commits to storage:main
Original file line numberDiff line numberDiff line change

@@ -9,15 +9,14 @@ on:

99

jobs:

1010

build:

1111

name: Build

12-

runs-on: ubuntu-20.04

12+

runs-on: ubuntu-22.04

1313

steps:

1414

- uses: actions/checkout@v3

1515

with:

1616

fetch-depth: 2

17-

# Note: `python` will also be this version, which various scripts depend on.

18-

- uses: actions/setup-python@v3

17+

- uses: actions/setup-python@v4

1918

with:

20-

python-version: "3.10"

19+

python-version: "3.11"

2120

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

2221

- run: make deploy

2322

env:

Original file line numberDiff line numberDiff line change

@@ -16,6 +16,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT

1616
1717

<pre class=link-defaults>

1818

spec:infra; type:dfn; text:implementation-defined

19+

spec:infra; type:dfn; text:user agent

1920

</pre>

2021
2122