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

推荐订阅源

WordPress大学
WordPress大学
Security Latest
Security Latest
C
Cisco Blogs
P
Palo Alto Networks Blog
Know Your Adversary
Know Your Adversary
Project Zero
Project Zero
C
Cyber Attacks, Cyber Crime and Cyber Security
NISL@THU
NISL@THU
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
Secure Thoughts
P
Privacy International News Feed
V
Vulnerabilities – Threatpost
D
Docker
Google Online Security Blog
Google Online Security Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Recent Announcements
Recent Announcements
T
The Exploit Database - CXSecurity.com
G
Google Developers Blog
Schneier on Security
Schneier on Security
小众软件
小众软件
爱范儿
爱范儿
GbyAI
GbyAI
J
Java Code Geeks
T
Tailwind CSS Blog
Cisco Talos Blog
Cisco Talos Blog
The Hacker News
The Hacker News
D
DataBreaches.Net
Blog — PlanetScale
Blog — PlanetScale
TaoSecurity Blog
TaoSecurity Blog
MyScale Blog
MyScale Blog
B
Blog RSS Feed
Cyberwarzone
Cyberwarzone
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Securelist
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Y
Y Combinator Blog
S
Schneier on Security
Latest news
Latest news
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
F
Fortinet All Blogs
M
MIT News - Artificial intelligence
PCI Perspectives
PCI Perspectives
V
V2EX
V2EX - 技术
V2EX - 技术
O
OpenAI News
W
WeLiveSecurity

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