Go to the source code of this file.
Functions | |
| if ("undefined"==typeof(SBString)) | |
| function | onRemoteAPI (event) |
Variables | |
| const | Cc = Components.classes |
| const | Ci = Components.interfaces |
| if | ( | "undefined" = = typeof(SBString) | ) |
Definition at line 39 of file SBRemoteAPIHandler.js.
| function onRemoteAPI | ( | event | ) |
| const Cc = Components.classes |
SBRemoteAPIHandler
Remote API handling for the tab browser
This implements the onRemoteAPI method for <sb-tabbrowser>, for interaction with remote API handling. It is loaded via a subscript loader from the constructor of <sb-tabbrowser>.
Definition at line 36 of file SBRemoteAPIHandler.js.
| const Ci = Components.interfaces |
Definition at line 37 of file SBRemoteAPIHandler.js.