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

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
I
Intezer
C
CERT Recently Published Vulnerability Notes
Security Latest
Security Latest
NISL@THU
NISL@THU
V
Vulnerabilities – Threatpost
G
GRAHAM CLULEY
Project Zero
Project Zero
U
Unit 42
L
LINUX DO - 热门话题
IT之家
IT之家
人人都是产品经理
人人都是产品经理
博客园 - 司徒正美
腾讯CDC
D
Darknet – Hacking Tools, Hacker News & Cyber Security
V
Visual Studio Blog
宝玉的分享
宝玉的分享
阮一峰的网络日志
阮一峰的网络日志
Jina AI
Jina AI
MongoDB | Blog
MongoDB | Blog
Scott Helme
Scott Helme
T
Threat Research - Cisco Blogs
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
B
Blog
美团技术团队
T
Tor Project blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
L
LangChain Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Tenable Blog
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
The GitHub Blog
The GitHub Blog
P
Privacy & Cybersecurity Law Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
M
MIT News - Artificial intelligence
S
Schneier on Security
P
Palo Alto Networks Blog
D
DataBreaches.Net
W
WeLiveSecurity
Know Your Adversary
Know Your Adversary
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Recent Commits to openclaw:main
Recent Commits to openclaw:main
D
Docker
S
Security @ Cisco Blogs

Recent Commits to netinfo:gh-pages

chore: In the Browser Support table, show Android Firefox (#86) Merge pull request #83 from yoavweiss/cleanup Remove Save-Data and reference Client Hints Update w3c.json Use [SameObject] for navigator.connection IDL (#79) Remove extended attributes on mixin · WICG/netinfo@60dd214 Markdown cleanup Move Marcos to former editor. Added example about offline mode (#75) · WICG/netinfo@a241166 first attempt at addressing #71 (#73) · WICG/netinfo@f759683 Update index.html (#72) Move ferjm to the former editors section (#70) define RTT, Downlink, ECT request header fields (#69) add saveData attribute to NetworkInformation (#66) · WICG/netinfo@10fdd2d Revamp of the "Requirements and use cases" section. (#65) use application RTT/throughput for NQE (#62) call out same+cross-origin exposure in privacy section clarify how rtt & downlink are determined (#57) Merge pull request #54 from WICG/threshold
chore: enable MDN + config cleanup · WICG/netinfo@7922967
marcoscacere · 2020-05-11 · via Recent Commits to netinfo:gh-pages
Original file line numberDiff line numberDiff line change

@@ -54,9 +54,8 @@

5454
5555

var respecConfig = {

5656

specStatus: "CG-DRAFT",

57-

shortName: "netinfo-api",

57+

shortName: "netinfo",

5858

format: "markdown",

59-

subtitle: "Living Document",

6059

github: "https://github.com/WICG/netinfo/",

6160

editors: [

6261

{

@@ -91,19 +90,14 @@

9190

status: "Internet-Draft",

9291

publisher: "IETF",

9392

},

94-

"CLIENT-HINTS-INFRASTRUCTURE": {

95-

title: "Client Hints Infrastructure",

96-

href: "https://wicg.github.io/client-hints-infrastructure/",

97-

status: "CG Draft",

98-

publisher: "WICG",

99-

},

10093

"STRUCTURED-HEADERS": {

10194

title: "Structured Headers for HTTP",

10295

href: "https://tools.ietf.org/html/draft-ietf-httpbis-header-structure",

10396

status: "Internet-Draft",

10497

publisher: "IETF",

10598

},

10699

},

100+

mdn: true,

107101

};

108102

</script>

109103