Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/deps.ts";

Removes first cookie that matches the given option.

Returns the deleted cookie if found or undefined otherwise.

Returns

Cookie | undefined