Revert "implement lazy-loading"

This reverts commit 629f4db8fe.
This commit is contained in:
wuggy 2026-04-20 22:11:06 -07:00
commit 5212aa7bf1
5 changed files with 0 additions and 208 deletions

View file

@ -29,8 +29,6 @@ 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]