Skip to main content
Module

x/s3si/deps.ts>CookieJar#getCookie

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

Gets the first cooking matching the defined properties of a given Cookie or CookieOptions. returns undefined if not found or expired. creationDate prop is not checked. Also removes the cookie and returns undefined if cookie is expired.

Returns

Cookie | undefined