MCPcopy
hub / github.com/lightningpixel/modly / WebFrameLike

Interface WebFrameLike

electron/preload/electron-api.ts:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface WebFrameLike {
17 setZoomFactor(factor: number): void
18}
19
20export function createElectronApi(ipcRenderer: IpcRendererLike, webFrame: WebFrameLike) {
21 return {

Callers 2

createElectronApiFunction · 0.80
AppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected