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
-
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