Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/another_cookiejar/CookieJar.ts>CookieJar#removeCookie

https://deno.land/x/another_cookiejar
Go to Latest
method CookieJar.prototype.removeCookie
import { CookieJar } from "https://deno.land/x/another_cookiejar@v2.2.1/CookieJar.ts";

Removes first cookie that matches the given option.

Returns the deleted cookie if found or undefined otherwise.

Returns

Cookie | undefined