resize-observer-polyfill icon indicating copy to clipboard operation
resize-observer-polyfill copied to clipboard

Update index.d.ts

Open albancreton opened this issue 4 years ago • 4 comments

RE: #80

Updating DOMRectReadOnly based on the declaration in typescript's lib.dom.

albancreton avatar Feb 25 '21 23:02 albancreton

go go go

garronej avatar Feb 27 '21 13:02 garronej

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

vilbergs avatar Mar 03 '21 08:03 vilbergs

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.

cascornelissen avatar Mar 11 '21 12:03 cascornelissen

I've emailed @que-etc directly incase he's disabled his github email notifications

davidnormo avatar May 18 '21 15:05 davidnormo