Skip to main content
Module

x/another_cookiejar/mod.ts>CookieJar#removeCookie

https://deno.land/x/another_cookiejar
Go to Latest
method CookieJar.prototype.removeCookie
Re-export
import { CookieJar } from "https://deno.land/x/another_cookiejar@v4.1.4/mod.ts";

Removes first cookie that matches the given option.

Returns the deleted cookie if found or undefined otherwise.

Returns

Cookie | undefined