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.
Delegates page load error handling. This may be called for either top-level loads or subframes.
The URI that failed to load.
The error code.
The error module code. Returns an error page URL to load, or null to show the default error page. No error page is shown at all if an error is thrown.
Generated using TypeDoc
The nsILoadURIDelegate interface. Used for delegating URI loads to GeckoView's application, e.g., Custom Tabs or Progressive Web Apps.