ipcRenderer: electron changed access #22
Labels
No Label
Bug
Enhancement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IWMBrowser/iwmlib#22
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Neuere Versionen von electron haben den ipcRenderer geschützt (?)
Der Zugang verläuft jetzt über eine contextBridge, die mit initialisiert werden muss
in der iwmlib sind betroffen:
./dist/iwmlib.js und ./lib/logging.js
in beiden Fällen muss
zu
geändert werden.
Des Weiteren, aber nicht die iwmlib betreffend, muss in ../electron/preload.js
in
geändert werden!