Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/s3si/deps.ts>CookieJar#removeCookies

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

Removes all cookies that matches the given option. If options is not given, all cookies will be deleted.

Returns the deleted cookies if found or undefined otherwise.

Parameters

optional
options: CookieOptions | Cookie

Returns

Array<Cookie> | undefined