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.

nsIDOMClientInformation

IID:4de9dbd5-0eff-47aa-8520-c062c6933d6a
Inherits From:nsISupports

Methods

PRBool isLocallyAvailable ( DOMString uri , PRBool whenOffline ) void registerContentHandler ( DOMString mimeType , DOMString uri , DOMString title ) void registerProtocolHandler ( DOMString protocol , DOMString uri , DOMString title )

PRBool isLocallyAvailable ( DOMString uri , PRBool whenOffline )

Arguments:
uri
whenOffline

void registerContentHandler ( DOMString mimeType , DOMString uri , DOMString title )

Web Applications 1.0 Browser State: registerContentHandler Allows web services to register themselves as handlers for certain content types. http://whatwg.org/specs/web-apps/current-work/

Arguments:
mimeType
uri
title

void registerProtocolHandler ( DOMString protocol , DOMString uri , DOMString title )

Arguments:
protocol
uri
title

Reference documentation is generated from Mozilla's source.