Skip to main content
Module

x/another_cookiejar/cookie.ts>isSameDomainOrSubdomain

https://deno.land/x/another_cookiejar
Go to Latest
function isSameDomainOrSubdomain
import { isSameDomainOrSubdomain } from "https://deno.land/x/another_cookiejar@v4.1.4/cookie.ts";

does not make a difference which one is domainA or domainB

according to https://stackoverflow.com/a/30676300/3542461

Parameters

optional
domainA: string
optional
domainB: string