File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6602,6 +6602,8 @@ interface HTMLIFrameElement extends HTMLElement {
6602
6602
frameBorder: string;
6603
6603
/** Sets or retrieves the height of the object. */
6604
6604
height: string;
6605
+ /** Sets or retrieves the policy for loading iframe elements that are outside the viewport. */
6606
+ loading: "eager" | "lazy";
6605
6607
/**
6606
6608
* Sets or retrieves a URI to a long description of the object.
6607
6609
* @deprecated
Original file line number Diff line number Diff line change 309
309
" hue" ,
310
310
" saturation" ,
311
311
" color" ,
312
- " luminosity"
312
+ " luminosity"
313
313
]
314
314
}
315
315
}
729
729
"property" : {
730
730
"referrerPolicy" : {
731
731
"type" : " ReferrerPolicy"
732
+ },
733
+ "loading" : {
734
+ "name" : " loading" ,
735
+ "overrideType" : " \" eager\" | \" lazy\" "
732
736
}
733
737
}
734
738
}
Original file line number Diff line number Diff line change 1012
1012
"contentDocument" : {
1013
1013
"comment" : " Retrieves the document object of the page or frame."
1014
1014
},
1015
+ "loading" : {
1016
+ "comment" : " Sets or retrieves the policy for loading iframe elements that are outside the viewport."
1017
+ },
1015
1018
"longDesc" : {
1016
1019
"comment" : " Sets or retrieves a URI to a long description of the object."
1017
1020
}
You can’t perform that action at this time.
0 commit comments