View on GitHub

tab-info-extension

Home > tab-info > BackgroundChromeRuntimeOnMessageAPI

BackgroundChromeRuntimeOnMessageAPI type

The subset of the chrome.runtime.onMessage extension API that the background script makes use of

Signature:

export declare type BackgroundChromeRuntimeOnMessageAPI = Pick<typeof chrome.runtime.onMessage, 'addListener'>;