svsmate - v1.1.1
    Preparing search index...

    Persists a CookieJar on disk and reloads it on startup.

    const store = new CookieStore('/absolute/path/bbCookies.json');
    const jar = store.cookieJar;
    // … use jar with fetch-cookie …
    store.save(); // whenever you want to flush to disk
    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Serialises the current CookieJar and writes it to disk. Creates parent directories if they do not exist.

      Returns void