Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method Frame.prototype.parentFrame
import { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts";

Returns

Frame | null

the parent Frame, if any. Detached and main frames return null.