Header menu logo fable-electron-docs-api

Extensions Module

Types and nested modules

Type/Module Description

LoadExtension

IOnExtensionLoaded

Emitted after an extension is loaded. This occurs whenever an extension is added to the "enabled" set of extensions. This includes:* Extensions being loaded from Extensions.loadExtension.* Extensions being reloaded: * from a crash. * if the extension requested it (chrome.runtime.reload()).

IOnExtensionReady

Emitted after an extension is loaded and all necessary browser state is initialized to support the start of the extension's background page.

IOnExtensionUnloaded

Emitted after an extension is unloaded. This occurs when Session.removeExtension is called.

Type something to start searching.