Module

x/another_cookiejar/cookie.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/cookie.ts";

Parameters

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

Returns

boolean