Module

x/another_cookiejar/mod.ts>CookieJar#removeCookie

https://deno.land/x/another_cookiejar
Latest
method CookieJar.prototype.removeCookie
import { CookieJar } from "https://dotland.deno.dev/x/another_cookiejar@v5.0.7/mod.ts";

Removes first cookie that matches the given option.

Returns the deleted cookie if found or undefined otherwise.

Returns

Cookie | undefined