electron-quick-start icon indicating copy to clipboard operation
electron-quick-start copied to clipboard

test template's utils in preload should export themselves for use by the renderer

Open ckerr opened this issue 4 years ago • 0 comments

the small test object in preload should expose itself to the renderer process.

The preload code will also need to check electron's version & state to see how to expose it, e.g. when to use the context bridge.

ckerr avatar Jul 22 '21 01:07 ckerr