Skip to content

Commit 5fd3b86

Browse files
authored
Co-authored-by: saschanaz <[email protected]>
1 parent 85485f9 commit 5fd3b86

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

baselines/dom.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,7 @@ interface SecurityPolicyViolationEventInit extends EventInit {
20442044
}
20452045

20462046
interface ShadowRootInit {
2047+
clonable?: boolean;
20472048
delegatesFocus?: boolean;
20482049
mode: ShadowRootMode;
20492050
serializable?: boolean;

baselines/ts5.5/dom.generated.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2044,6 +2044,7 @@ interface SecurityPolicyViolationEventInit extends EventInit {
20442044
}
20452045

20462046
interface ShadowRootInit {
2047+
clonable?: boolean;
20472048
delegatesFocus?: boolean;
20482049
mode: ShadowRootMode;
20492050
serializable?: boolean;

inputfiles/removedTypes.jsonc

+9-2
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@
284284
}
285285
}
286286
},
287+
"CanvasRenderingContext2DSettings": {
288+
"members": {
289+
"member": {
290+
"colorType": null // No implementation as of 2025-02
291+
}
292+
}
293+
},
287294
"CredentialCreationOptions": {
288295
"members": {
289296
"member": {
@@ -757,10 +764,10 @@
757764
}
758765
}
759766
},
760-
"ShadowRootInit": {
767+
"ScrollIntoViewOptions": {
761768
"members": {
762769
"member": {
763-
"clonable": null // WebKit only as of 2023-11
770+
"container": null // No implementation as of 2025-02
764771
}
765772
}
766773
},

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)