Skip to main content
Module

x/commandis/mod.ts>dom.ReferrerPolicy

Official framework for Corddis lib ( for Deno only )
Latest
type alias dom.ReferrerPolicy
import { type dom } from "https://deno.land/x/commandis@v0.6.5/mod.ts";
const { ReferrerPolicy } = dom;
definition:
| ""
| "no-referrer"
| "no-referrer-when-downgrade"
| "origin"
| "origin-when-cross-origin"
| "same-origin"
| "strict-origin"
| "strict-origin-when-cross-origin"
| "unsafe-url"