Module

x/another_cookiejar/mod.ts>Cookie#canSendTo

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

Parameters

url: string | Request | URL
  • the url that we are checking against

Returns

boolean