import { parent } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.dom.d.ts";
Refers to either the parent WindowProxy, or itself.
It can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent.
import { parent } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.dom.d.ts";
Refers to either the parent WindowProxy, or itself.
It can rarely be null e.g. for contentWindow of an iframe that is already removed from the parent.