-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add resize observer #948
Add resize observer #948
Conversation
…e it's experimental at the moment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Note that merging this may take some time as AFAIK it typically happens when new TS release is about to happen.
Thanks for being proactive and get things moving again. 👏 I'm looking forward to seeing this merged! Perhaps add some closing keywords in the PR description to close the other issue and the inactive PR once this one gets merged? |
@sandersn can we merge this? |
@saschanaz there's been a few releases since your previous comment, is there any update on when this will be merged? |
By new release I mean a new minor version bump. I don't have any further information unfortunately. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. Once it's merged from master, it's ready to go in.
Just merged master branch with resolving conflicts. |
Thanks! |
This PR is based on #847, but with replacing the
sequence
type withFrozenArray
(see #847 (comment), #847 (comment), w3c/webidl2.js#392 (comment)).I'm not sure whether it's correct to do so in this way, but it seems that #847 is inactive so far and I'm not sure why we can't change the type according the drafts.
Please let me know if I did something wrong and/or close this PR if required.
fixes microsoft/TypeScript#37861
fixes #908