-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Updates the DOM APIs #46080
Updates the DOM APIs #46080
Conversation
@typescript-bot test this |
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@typescript-bot run dt |
@typescript-bot run dt |
DefinitelyTyped/DefinitelyTyped#56013 has covered all the changes to DT |
* Updates the DOM APIs * Tests * Remove static abort(): AbortSignal
It looks like this faulty Looks like this change to |
Yeah, this feels off to me |
Alright, the deploy to TypeScript process is now completely automated which mostly drops human error from the process. #46222 contains the up-to-date DOM changes which are mentioned above (and I've updated the README table in the DOM-lib-generator to reflect the actual version shipped) |
Re: microsoft/TypeScript-DOM-lib-generator#1143
Most of the diff comes from more whitespace aware commenting.
@types/web
New interfaces
ElementInternals
Removed interfaces
PaymentAddress
- Classed as obsoleteModified
accentColor
elementFromPoint
,elementsFromPoint
- these live onDocumentOrShadowRoot
insteadattachInternals
assign
canShare
pointerEnabled
- removed from spec in 2014forEach
- Doesn't seem to be in the Readable Stream APIassignedSlot
- This might be something we backtrack during the beta, will be easy to re-add if we want. microsoft/TypeScript-DOM-lib-generator@d42f963#r57102539Non-value types
autoGainControl
,noiseSuppression
autoGainControl
,noiseSuppression
autoGainControl
,noiseSuppression
elementFromPoint
,elementsFromPoint
index.iterable.d.ts
No changes