-
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
DOM update 2025/01/16 #60987
base: main
Are you sure you want to change the base?
DOM update 2025/01/16 #60987
Conversation
@@ -0,0 +1,26 @@ | |||
// @Filename: /tsconfig.json |
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.
Was this a random added file?
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.
yep, I didn't think I added it
@typescript-bot test this |
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: synaptic
Package: rusha
Package: dom-webcodecs
|
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
@typescript-bot test this |
Hey @sandersn, the results of running the DT tests are ready. There were interesting changes: Branch only errors:Package: dom-navigation
Package: webrtc
Package: rusha
Package: dom-webcodecs
|
@sandersn Here are the results of running the user tests with tsc comparing Everything looks good! |
@sandersn Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@sandersn Here are the results of running the top 400 repos with tsc comparing Something interesting changed - please have a look. Details
|
Fixes #60985
Changes:
AbortSignal#any
is deleted. Static methodAbortSignal.any
remains.media
andstyle
accessors.style
accessor)get location(): Location
is unchangedset location(href: string)
previously allowedLocation
(probably because of Typescript's accessor assignability rules)classList
,part
,style
accessorsGPUError
with one propertymessage
number
for their last parameters, notany
"Ed25519"
and{ name: "Ed25519" }
"camera"
and"microphone"
DT errors:
Notes: