methods in contextBridge not working in child window #17059
Unanswered
franfrLor
asked this question in
CLI - Electron mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In electron-preload.ts I have this
In the main window, the methods myWindowAPI working but not in another window created by method createWindow.
I call in my vue component the method
window.myWindowAPI?.ajouterFenetre()
Why is working only in main window ?
Beta Was this translation helpful? Give feedback.
All reactions