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

推荐订阅源

T
Tenable Blog
博客园_首页
Vercel News
Vercel News
WordPress大学
WordPress大学
美团技术团队
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 【当耐特】
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
腾讯CDC
M
MIT News - Artificial intelligence
爱范儿
爱范儿
Recent Announcements
Recent Announcements
雷峰网
雷峰网
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
Jina AI
Jina AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
P
Privacy & Cybersecurity Law Blog
Recorded Future
Recorded Future
Help Net Security
Help Net Security
N
News and Events Feed by Topic
博客园 - Franky
P
Proofpoint News Feed
L
LINUX DO - 热门话题
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
D
Docker
Google DeepMind News
Google DeepMind News
有赞技术团队
有赞技术团队
IT之家
IT之家
Security Latest
Security Latest
L
LangChain Blog
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks

Recent Commits to storage:main

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 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@1933f42
annevk · 2026-03-15 · via Recent Commits to storage:main

File renamed without changes.

File renamed without changes.

Original file line numberDiff line numberDiff line change

@@ -2,13 +2,15 @@ SHELL=/bin/bash -o pipefail

22

.PHONY: local remote deploy

33
44

remote: storage.bs

5-

@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \

5+

@ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \

66

--output storage.html \

77

--write-out "%{http_code}" \

88

--header "Accept: text/plain, text/html" \

99

-F die-on=warning \

1010

-F md-Text-Macro="COMMIT-SHA LOCAL COPY" \

11-

-F file=@storage.bs) && \

11+

-F file=@storage.bs \

12+

-F type=bikeshed-spec \

13+

-F output=html) && \

1214

[[ "$$HTTP_STATUS" -eq "200" ]]) || ( \

1315

echo ""; cat storage.html; echo ""; \

1416

rm -f storage.html; \