File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6672,7 +6672,8 @@ interface HTMLImageElement extends HTMLElement {
6672
6672
hspace: number;
6673
6673
/** Sets or retrieves whether the image is a server-side image map. */
6674
6674
isMap: boolean;
6675
- loading: string;
6675
+ /** Sets or retrieves the policy for loading image elements that are outside the viewport. */
6676
+ loading: "eager" | "lazy";
6676
6677
/**
6677
6678
* Sets or retrieves a Uniform Resource Identifier (URI) to a long description of the object.
6678
6679
* @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
}
354
354
"decoding" : {
355
355
"name" : " decoding" ,
356
356
"overrideType" : " \" async\" | \" sync\" | \" auto\" "
357
+ },
358
+ "loading" : {
359
+ "overrideType" : " \" eager\" | \" lazy\" "
357
360
}
358
361
}
359
362
}
Original file line number Diff line number Diff line change 553
553
"hspace" : {
554
554
"comment" : " Sets or retrieves the width of the border to draw around the object."
555
555
},
556
+ "loading" : {
557
+ "comment" : " Sets or retrieves the policy for loading image elements that are outside the viewport."
558
+ },
556
559
"longDesc" : {
557
560
"comment" : " Sets or retrieves a Uniform Resource Identifier (URI) to a long description of the object."
558
561
},
You can’t perform that action at this time.
0 commit comments