resize-observer-polyfill
resize-observer-polyfill copied to clipboard
Update index.d.ts
go go go
It seems that ResizeObserverEntry is out of sync as well, it's missing the following properties. Perhaps this PR could incorporate that.
interface ResizeObserverEntry {
readonly borderBoxSize: ReadonlyArray<ResizeObserverSize>;
readonly contentBoxSize: ReadonlyArray<ResizeObserverSize>;
...
}
EDIT:
My bad... These are not implemented in the package yet, as per https://github.com/que-etc/resize-observer-polyfill/issues/77
Pinging @que-etc on the off change that he still logs into his account regularly/reads his email. We would love to get this merged and published as it's blocking in one of our projects.
I've emailed @que-etc directly incase he's disabled his github email notifications