Skip to main content
Module

x/s3si/deps.ts>CookieJar#getCookies

Export your battles from SplatNet to https://stat.ink
Go to Latest
method CookieJar.prototype.getCookies
Re-export
import { CookieJar } from "https://deno.land/x/s3si@gui-v0.4.16/deps.ts";

Returns cookies that match the options excluding expired ones, also removes expired cookies before returning.

Parameters

optional
options: CookieOptions | Cookie
  • the options to filter cookies with, and if not provided, returnes all cookies. if no cookie is found with given options, an empty array is returned.