Readonly
actualThe actual mime type (the one we got back from the network request) for the element.
Readonly
displayedGets the type of the content that's currently loaded. See the constants above for the list of possible values.
Readonly
srcURIThe URL of the data/src loaded in the object. This may be null (i.e. an
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Puts the tag in the "waiting on a channel" state and adopts this channel. This does not override the normal logic of examining attributes and the channel type, so the load may cancel this channel if it decides not to use one.
This assumes:
Forces a re-evaluation and reload of the tag, optionally invalidating its click-to-play state. This can be used when the MIME type that provides a type has changed, for instance, to force the tag to re-evalulate the handler to use.
Generated using TypeDoc
This interface represents a content node that loads objects.
Please make sure to update the MozObjectLoadingContent WebIDL mixin to mirror this interface when changing it.