Class Bootstrap
Defined in: Bootstrap.jsm.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Allows starting up and shutting down Adblock Plus functions.
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
Bootstrap.loadModule(url)
Loads and initializes a module.
|
| <static> |
Bootstrap.shutdown()
Shuts down add-on.
|
| <static> |
Bootstrap.shutdownModule(url)
Shuts down a module.
|
| <static> |
Bootstrap.startup()
Initializes add-on, loads and initializes all modules.
|
Method Detail
<static>
Bootstrap.loadModule(url)
Loads and initializes a module.
- Parameters:
- {String} url
<static>
Bootstrap.shutdown()
Shuts down add-on.
<static>
Bootstrap.shutdownModule(url)
Shuts down a module.
- Parameters:
- {String} url
<static>
Bootstrap.startup()
Initializes add-on, loads and initializes all modules.