Interface CookiePartitionKey

interface CookiePartitionKey {
    hasCrossSiteAncestor?: boolean;
    sourceOrigin: string;
}

Properties

hasCrossSiteAncestor?: boolean
sourceOrigin: string