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

推荐订阅源

美团技术团队
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
O
OpenAI News
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
Recent Commits to openclaw:main
Recent Commits to openclaw:main
月光博客
月光博客
SecWiki News
SecWiki News
T
Threat Research - Cisco Blogs
S
Securelist
K
Kaspersky official blog
S
Secure Thoughts
博客园 - Franky
Project Zero
Project Zero
D
Darknet – Hacking Tools, Hacker News & Cyber Security
量子位
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 三生石上(FineUI控件)
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Cyberwarzone
Cyberwarzone
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Spread Privacy
Spread Privacy
Security Archives - TechRepublic
Security Archives - TechRepublic
T
Tor Project blog
IT之家
IT之家
雷峰网
雷峰网
Last Week in AI
Last Week in AI
T
Threatpost
博客园 - 【当耐特】
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
H
Help Net Security
B
Blog RSS Feed
N
News and Events Feed by Topic
I
Intezer
Webroot Blog
Webroot Blog
G
GRAHAM CLULEY
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Heimdal Security Blog

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