- From: Tremayne Christ via GitHub <sysbot+gh@w3.org>
- Date: Thu, 24 Jan 2019 07:43:49 +0000
- To: public-css-archive@w3.org
So now we would have something like this?
```js
const ro = new ResizeObserver(entries => {
entries.forEach(entry => {
console.log(entry);
// { target: Element, size: ResizeObserverSize }
})
})
```
--
GitHub Notification of comment by TremayneChrist
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3329#issuecomment-457098488 using your GitHub account
Received on Thursday, 24 January 2019 07:43:51 UTC