HTMLImageElement

Undocumented in source.
@safe nothrow
struct HTMLImageElement {}

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

_parent

Members

Functions

addObserver
void addObserver(imgINotificationObserver aObserver)
Undocumented in source. Be warned that the author may not have intended to support it.
align_
void align_(string align_)
Undocumented in source. Be warned that the author may not have intended to support it.
align_
string align_()
Undocumented in source. Be warned that the author may not have intended to support it.
alt
void alt(string alt)
Undocumented in source. Be warned that the author may not have intended to support it.
alt
string alt()
Undocumented in source. Be warned that the author may not have intended to support it.
border
void border(string border)
Undocumented in source. Be warned that the author may not have intended to support it.
border
string border()
Undocumented in source. Be warned that the author may not have intended to support it.
complete
bool complete()
Undocumented in source. Be warned that the author may not have intended to support it.
crossOrigin
void crossOrigin(Optional!(T0) crossOrigin)
Undocumented in source. Be warned that the author may not have intended to support it.
crossOrigin
Optional!(string) crossOrigin()
Undocumented in source. Be warned that the author may not have intended to support it.
currentRequestFinalURI
auto currentRequestFinalURI()
Undocumented in source. Be warned that the author may not have intended to support it.
currentSrc
string currentSrc()
Undocumented in source. Be warned that the author may not have intended to support it.
currentURI
auto currentURI()
Undocumented in source. Be warned that the author may not have intended to support it.
decoding
void decoding(string decoding)
Undocumented in source. Be warned that the author may not have intended to support it.
decoding
string decoding()
Undocumented in source. Be warned that the author may not have intended to support it.
forceImageState
void forceImageState(bool aForce, uint aState)
Undocumented in source. Be warned that the author may not have intended to support it.
forceReload
void forceReload(bool aNotify)
Undocumented in source. Be warned that the author may not have intended to support it.
forceReload
void forceReload()
Undocumented in source. Be warned that the author may not have intended to support it.
getRequest
auto getRequest(int aRequestType)
Undocumented in source. Be warned that the author may not have intended to support it.
getRequestType
int getRequestType(imgIRequest aRequest)
Undocumented in source. Be warned that the author may not have intended to support it.
height
void height(uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height()
Undocumented in source. Be warned that the author may not have intended to support it.
hspace
void hspace(uint hspace)
Undocumented in source. Be warned that the author may not have intended to support it.
hspace
uint hspace()
Undocumented in source. Be warned that the author may not have intended to support it.
imageBlockingStatus
short imageBlockingStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
isMap
void isMap(bool isMap)
Undocumented in source. Be warned that the author may not have intended to support it.
isMap
bool isMap()
Undocumented in source. Be warned that the author may not have intended to support it.
loadingEnabled
void loadingEnabled(bool loadingEnabled)
Undocumented in source. Be warned that the author may not have intended to support it.
loadingEnabled
bool loadingEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
longDesc
void longDesc(string longDesc)
Undocumented in source. Be warned that the author may not have intended to support it.
longDesc
string longDesc()
Undocumented in source. Be warned that the author may not have intended to support it.
lowsrc
void lowsrc(string lowsrc)
Undocumented in source. Be warned that the author may not have intended to support it.
lowsrc
string lowsrc()
Undocumented in source. Be warned that the author may not have intended to support it.
name
void name(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
naturalHeight
uint naturalHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
naturalWidth
uint naturalWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
referrerPolicy
void referrerPolicy(string referrerPolicy)
Undocumented in source. Be warned that the author may not have intended to support it.
referrerPolicy
string referrerPolicy()
Undocumented in source. Be warned that the author may not have intended to support it.
removeObserver
void removeObserver(imgINotificationObserver aObserver)
Undocumented in source. Be warned that the author may not have intended to support it.
sizes
void sizes(string sizes)
Undocumented in source. Be warned that the author may not have intended to support it.
sizes
string sizes()
Undocumented in source. Be warned that the author may not have intended to support it.
src
void src(string src)
Undocumented in source. Be warned that the author may not have intended to support it.
src
string src()
Undocumented in source. Be warned that the author may not have intended to support it.
srcset
void srcset(string srcset)
Undocumented in source. Be warned that the author may not have intended to support it.
srcset
string srcset()
Undocumented in source. Be warned that the author may not have intended to support it.
useMap
void useMap(string useMap)
Undocumented in source. Be warned that the author may not have intended to support it.
useMap
string useMap()
Undocumented in source. Be warned that the author may not have intended to support it.
vspace
void vspace(uint vspace)
Undocumented in source. Be warned that the author may not have intended to support it.
vspace
uint vspace()
Undocumented in source. Be warned that the author may not have intended to support it.
width
void width(uint width)
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width()
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CURRENT_REQUEST
enum int CURRENT_REQUEST;
Undocumented in source.
PENDING_REQUEST
enum int PENDING_REQUEST;
Undocumented in source.
UNKNOWN_REQUEST
enum int UNKNOWN_REQUEST;
Undocumented in source.
_parent
libwasm.bindings.HTMLElement.HTMLElement _parent;
Undocumented in source.

Meta