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

推荐订阅源

Spread Privacy
Spread Privacy
V
Visual Studio Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Recorded Future
Recorded Future
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
WordPress大学
WordPress大学
Recent Announcements
Recent Announcements
V
V2EX
The GitHub Blog
The GitHub Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Jina AI
Jina AI
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
V
Vulnerabilities – Threatpost
C
Check Point Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
AI
AI
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
量子位
Attack and Defense Labs
Attack and Defense Labs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
P
Privacy International News Feed
Google DeepMind News
Google DeepMind News
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
腾讯CDC
Latest news
Latest news
Google DeepMind News
Google DeepMind News
The Register - Security
The Register - Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
G
GRAHAM CLULEY
Blog — PlanetScale
Blog — PlanetScale
博客园_首页
美团技术团队
The Cloudflare Blog
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
J
Java Code Geeks
SecWiki News
SecWiki News
Webroot Blog
Webroot Blog
N
News | PayPal Newsroom
博客园 - 叶小钗
博客园 - Franky

Recent Commits to resize-observer:master

Update w3c.json move to CSSWG Move to CSSWG new test for v1 Set up PR Preview and Travis deploy to gh-pages (#60) Update web-platform-tests URLs (#58) Update generated spec to match latest source (#57) Fix typos (#45) Ask for tests for normative changes in CONTRIBUTING.md (#44) Examples at rawgit · WICG/resize-observer@912054c More examples in explainer New examples Add security/privacy questionnnaire update bikeshed · WICG/resize-observer@803f3af Fix #36 Merge branch 'master' of github.com:WICG/ResizeObserver fix example code (#31) Fix example (#30) Add chat window example (#29)
Add missing semicolon to ResizeObserverCallback definition (#56) · WICG/resize-observer@351d5d4
foolip · 2018-04-24 · via Recent Commits to resize-observer:master

This repository was archived by the owner on Jun 3, 2020. It is now read-only.

File tree

Original file line numberDiff line numberDiff line change

@@ -174,7 +174,7 @@ interface ResizeObserver {

174174

<h3 id="resize-observer-callback">ResizeObserverCallback</h3>

175175
176176

<pre class="idl">

177-

callback ResizeObserverCallback = void (sequence&lt;ResizeObserverEntry> entries, ResizeObserver observer)

177+

callback ResizeObserverCallback = void (sequence&lt;ResizeObserverEntry> entries, ResizeObserver observer);

178178

</pre>

179179
180180

This callback delivers {{ResizeObserver}}'s notifications. It is invoked by a