mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
implement lazy-loading
This commit is contained in:
parent
8594600d9b
commit
629f4db8fe
5 changed files with 179 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue