ChemPal Documentation - v1.6.0
    Preparing search index...

    Variable MESSAGE_TYPEConst

    MESSAGE_TYPE: { BACKGROUND_FETCH: "BACKGROUND_FETCH" } = ...

    Discriminators for chrome.runtime messages exchanged between extension contexts (pages) and the background service worker.

    Type declaration

    • ReadonlyBACKGROUND_FETCH: "BACKGROUND_FETCH"

      Proxied fetch request handled by the background worker; see helpers/backgroundFetch.ts.

    export const MESSAGE_TYPE = {
    /** Proxied fetch request handled by the background worker; see helpers/backgroundFetch.ts. */
    BACKGROUND_FETCH: 'BACKGROUND_FETCH',
    } as const;