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.
Unescapes only non ASCII characters in the given URI fragment note: this method assumes the URI as UTF-8 and fallbacks to the given charset if the charset is an ASCII superset
Unescaped aURIFragment converted to unicode
NS_ERROR_UCONV_NOCONV when there is no decoder for aCharset or NS_ERROR_UDEC_ILLEGALINPUT in case of conversion failure
the charset to convert from
the URI (or URI fragment) to unescape
Unescapes the given URI fragment (for UI purpose only) Note:
Unescaped aURIFragment converted to unicode
the URI (or URI fragment) to unescape
whether to escape IDN blocklisted characters
Generated using TypeDoc
Increases the reference count for this interface. The associated instance will not be deleted unless the reference count is returned to zero.
Returns
The resulting reference count.