ChemPal Documentation - v0.0.13-beta.5
    Preparing search index...

    Type Alias SupplierCookieSeed

    SupplierCookieSeed: Omit<chrome.cookies.SetDetails, "url"> & { url?: string }

    A cookie a supplier needs seeded into the browser jar before its requests run (e.g. a currency or session-preference cookie the backend reads). Mirrors chrome.cookies.SetDetails but makes url optional — SupplierBase defaults it to the supplier's baseURL.