Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

parent

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.

var parent: WindowProxy;