Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
export
interface
WebFrameLike {
17
setZoomFactor(factor: number): void
18
}
19
20
export
function
createElectronApi(ipcRenderer: IpcRendererLike, webFrame: WebFrameLike) {
21
return
{
Callers
2
createElectronApi
Function · 0.80
App
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected