Articles tagged: runtime
Found 36 documents
- Mozilla/Add-ons/WebExtensions/API/runtime This module provides information about your add-on and the environment it's running in.
- Mozilla/Add-ons/WebExtensions/API/runtime/connect Make a connection between different contexts inside the extension.
- Mozilla/Add-ons/WebExtensions/API/runtime/connectNative For more information, see Native messaging.
- Mozilla/Add-ons/WebExtensions/API/runtime/getBackgroundPage Retrieves the Window object for the background page running inside the current add-on.
- Mozilla/Add-ons/WebExtensions/API/runtime/getManifest This API is also available as browser.runtime.getManifest().
- Mozilla/Add-ons/WebExtensions/API/runtime/getPackageDirectoryEntry Returns a DirectoryEntry object representing the package directory.
- Mozilla/Add-ons/WebExtensions/API/runtime/getPlatformInfo Returns information about the current platform.
- Mozilla/Add-ons/WebExtensions/API/runtime/getURL This API is also available as browser.runtime.getURL().
- Mozilla/Add-ons/WebExtensions/API/runtime/id The ID of the add-on.
- Mozilla/Add-ons/WebExtensions/API/runtime/lastError This API is also available as browser.runtime.lastError.
- Mozilla/Add-ons/WebExtensions/API/runtime/MessageSender An object containing information about the sender of a message or connection request; this is ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onBrowserUpdateAvailable Fired when an update for the browser is available, but it isn't installed immediately because a ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onConnect Fired when a connection is made with either an add-on process or a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onConnectExternal Fired when a connection is made with another extension.
- Mozilla/Add-ons/WebExtensions/API/runtime/onInstalled Fired when the add-on is first installed, when the add-on is updated to a new version, and when ...
- Mozilla/Add-ons/WebExtensions/API/runtime/OnInstalledReason The reason that the runtime.onInstalled event is being dispatched.
- Mozilla/Add-ons/WebExtensions/API/runtime/onMessage Fired when a message is received from either an extension process or a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onMessageExternal Fired when a message is received from another extension/app. Cannot be used in a content script.
- Mozilla/Add-ons/WebExtensions/API/runtime/onRestartRequired Fired when an app or the device that it runs on needs to be restarted. The app should close all ...
- Mozilla/Add-ons/WebExtensions/API/runtime/OnRestartRequiredReason The reason that the onRestartRequired event is being dispatched.
- Mozilla/Add-ons/WebExtensions/API/runtime/onStartup Fired when a profile that has this extension installed first starts up. This event is not fired ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onSuspend Sent to the event page just before it is unloaded. This gives the add-on an opportunity to do ...
- Mozilla/Add-ons/WebExtensions/API/runtime/onSuspendCanceled Sent after runtime.onSuspend to indicate that the app won't be unloaded after all.
- Mozilla/Add-ons/WebExtensions/API/runtime/onUpdateAvailable Fired when an update to the add-on is available. This event enables an add-on to delay an ...
- Mozilla/Add-ons/WebExtensions/API/runtime/openOptionsPage If your add-on does not have an options page, or the browser failed to create one for some other ...
- Mozilla/Add-ons/WebExtensions/API/runtime/PlatformArch The machine's processor architecture.
- Mozilla/Add-ons/WebExtensions/API/runtime/PlatformInfo An object containing information about the current platform.
- Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch The native client architecture. This may be different from arch on some platforms.
- Mozilla/Add-ons/WebExtensions/API/runtime/PlatformOs The operating system the browser is running on.
- Mozilla/Add-ons/WebExtensions/API/runtime/Port A Port object represents one end of a connection between two specific contexts, which can be ...
- Mozilla/Add-ons/WebExtensions/API/runtime/reload Reloads the add-on.
- Mozilla/Add-ons/WebExtensions/API/runtime/requestUpdateCheck Checks to see if an update for this add-on is available.
- Mozilla/Add-ons/WebExtensions/API/runtime/RequestUpdateCheckStatus Result of a call to runtime.requestUpdateCheck().
- Mozilla/Add-ons/WebExtensions/API/runtime/sendMessage Sends a single message to event listeners within your extension or a different extension.
- Mozilla/Add-ons/WebExtensions/API/runtime/sendNativeMessage Sends a single message from a WebExtension to a native application.
- Mozilla/Add-ons/WebExtensions/API/runtime/setUninstallURL Sets the URL to be visited when the add-on is uninstalled. This may be used to clean up ...