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

推荐订阅源

K
Kaspersky official blog
小众软件
小众软件
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
G
Google Developers Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Google DeepMind News
Google DeepMind News
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Check Point Blog
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
酷 壳 – CoolShell
酷 壳 – CoolShell
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Martin Fowler
Martin Fowler
G
GRAHAM CLULEY
Simon Willison's Weblog
Simon Willison's Weblog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
V
Vulnerabilities – Threatpost
云风的 BLOG
云风的 BLOG
博客园_首页
C
Cybersecurity and Infrastructure Security Agency CISA
量子位
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
I
Intezer
Scott Helme
Scott Helme
A
About on SuperTechFans
博客园 - 司徒正美
Hacker News: Ask HN
Hacker News: Ask HN
The GitHub Blog
The GitHub Blog
Forbes - Security
Forbes - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 聂微东
人人都是产品经理
人人都是产品经理
The Cloudflare Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Spread Privacy
Spread Privacy
T
Tailwind CSS Blog
S
Security Affairs
宝玉的分享
宝玉的分享

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