Skip to main content
Module

x/s3si/deps.ts>CookieJar#removeCookie

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

Removes first cookie that matches the given option.

Returns the deleted cookie if found or undefined otherwise.

Returns

Cookie | undefined