Skip to content

ElectronWebContentsModule.fromFrame method

ElectronWebContentsModule › fromFrame

Unofficial

Looks up a WebContents instance based on a WebFrameMain.

Signature:

fromFrame(frame: ElectronWebFrameMain): ElectronWebContents | undefined

Parameters:

Parameter Type Description
frame ElectronWebFrameMain The WebFrameMain to look up.

Returns: ElectronWebContents | undefinedA WebContents instance with the given WebFrameMain, or undefined if there is no WebContents associated with the given WebFrameMain.