File tree Expand file tree Collapse file tree 3 files changed +9
-24
lines changed
Expand file tree Collapse file tree 3 files changed +9
-24
lines changed 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 @@ -14,3 +14,8 @@ interface-mixin MessageEventTarget overrideThis=T typeParameters=T
1414interface-mixin WindowEventHandlers {
1515 property onunload deprecated= "The unload event is not reliable, consider visibilitychange or pagehide events."
1616}
17+
18+ interface HTMLImageElement {
19+ property decoding overrideType= #""async" | "sync" | "auto""#
20+ property loading overrideType= #""eager" | "lazy""#
21+ }
You can’t perform that action at this time.
0 commit comments