WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

@mozilla.org/webnavigation-info;1

This component implements the following interfaces:

Constants

Returned by isTypeSupported to indicate lack of support for a type.
PRUint32 nsIWebNavigationInfo.UNSUPPORTED = 0
Returned by isTypeSupported to indicate that a type is supported as an image.
PRUint32 nsIWebNavigationInfo.IMAGE = 1
Returned by isTypeSupported to indicate that a type is supported via an NPAPI ("Netscape 4 API") plug-in. This is not the value returned for "XPCOM plug-ins".
PRUint32 nsIWebNavigationInfo.PLUGIN = 2
Returned by isTypeSupported to indicate that a type is supported via some other means.
PRUint32 nsIWebNavigationInfo.OTHER = 32768

Methods

InterfaceMethod
nsIWebNavigationInfo PRUint32 isTypeSupported ( ACString type , nsIWebNavigation webNav )

Reference documentation is generated from Mozilla's source.