Appearance
resolveIpcRenderer / resolveWebFrame
Internal helpers shared by the @reause/electron hooks. They are not part of the package's public API — packages/electron/index.ts does not export them — but every module under packages/electron/ has a page on this site, so they are documented here.
Type Declarations
ts
export function resolveIpcRenderer(ipcRenderer?: IpcRenderer, message?): IpcRenderer
export function resolveWebFrame(webFrame?: WebFrame, message?): WebFrame