implement lazy-loading

This commit is contained in:
ownedbywuigi 2026-03-27 12:38:53 +00:00
commit 629f4db8fe
5 changed files with 179 additions and 0 deletions

View file

@ -29,6 +29,8 @@ interface HTMLImageElement : HTMLElement {
attribute DOMString? crossOrigin;
[CEReactions, SetterThrows]
attribute DOMString useMap;
[CEReactions, SetterThrows]
attribute DOMString loading;
[CEReactions, SetterThrows, Pref="network.http.enablePerElementReferrer"]
attribute DOMString referrerPolicy;
[CEReactions, SetterThrows]