Confirmed users
971
edits
| Line 35: | Line 35: | ||
void registerPage(in DOMString type, in nsIURI pageURI, in nsIURI manifestURI); | void registerPage(in DOMString type, in nsIURI pageURI, in nsIURI manifestURI); | ||
}; | }; | ||
There is also the following, but I do not know why that it used: | |||
interface nsISystemMessagesWrapper: nsISupports { | |||
/* | |||
* Wrap a message and gives back any kind of object. | |||
* @param message The json blob to wrap. | |||
*/ | |||
jsval wrapMessage(in jsval message, in nsIDOMWindow window); | |||
}; | |||
The following DOM API is exposed to *message receivers*: | The following DOM API is exposed to *message receivers*: | ||