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

推荐订阅源

C
Check Point Blog
AI
AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
U
Unit 42
Vercel News
Vercel News
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
B
Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
F
Full Disclosure
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
H
Help Net Security
Recorded Future
Recorded Future
N
News and Events Feed by Topic
雷峰网
雷峰网
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Project Zero
Project Zero
罗磊的独立博客
G
GRAHAM CLULEY
腾讯CDC
P
Privacy International News Feed
V
V2EX
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Hugging Face - Blog
Hugging Face - Blog
爱范儿
爱范儿
H
Heimdal Security Blog
L
LINUX DO - 热门话题
Forbes - Security
Forbes - Security
美团技术团队
MongoDB | Blog
MongoDB | Blog
Security Latest
Security Latest
M
MIT News - Artificial intelligence
T
Tor Project blog
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog

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