File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 ]
6363 }
6464 },
65- "HTMLImageElement" : {
66- "name" : " HTMLImageElement" ,
67- "properties" : {
68- "property" : {
69- "decoding" : {
70- "name" : " decoding" ,
71- "overrideType" : " \" async\" | \" sync\" | \" auto\" "
72- },
73- "loading" : {
74- "overrideType" : " \" eager\" | \" lazy\" "
75- }
76- }
77- }
78- },
79- "HTMLMediaElement" : {
80- "events" : {
81- "event" : [
82- {
83- "name" : " encrypted" ,
84- "type" : " MediaEncryptedEvent"
85- }
86- ]
87- }
88- },
8965 "Window" : {
9066 "name" : " Window" ,
9167 "overrideIndexSignatures" : [
Original file line number Diff line number Diff line change @@ -98,3 +98,7 @@ interface-mixin WindowEventHandlers {
9898 event storage type= StorageEvent
9999 event unhandledrejection type= PromiseRejectionEvent
100100}
101+
102+ interface HTMLMediaElement {
103+ event encrypted type= MediaEncryptedEvent
104+ }
Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ interface-mixin WindowEventHandlers {
1515 property onunload deprecated= "The unload event is not reliable, consider visibilitychange or pagehide events."
1616}
1717
18+ interface HTMLImageElement {
19+ property decoding overrideType= #""async" | "sync" | "auto""#
20+ property loading overrideType= #""eager" | "lazy""#
21+ }
22+
1823removals {
1924 dictionary CanvasRenderingContext2DSettings {
2025 member colorType // No implementation as of 2025-02
@@ -23,4 +28,4 @@ removals {
2328 dictionary FocusOptions {
2429 member focusVisible // Gecko only as of 2022-09
2530 }
26- }
31+ }
You can’t perform that action at this time.
0 commit comments