electron-in-page-search
electron-in-page-search copied to clipboard
Using this package in a remote-less Electron world?
Now that electron.remote is deprecated, is there a way to use this package without it?
It seems like most of the functionality could work with only a few minor changes. You'd just need to initialize both in the renderer and in the main process. Is that possible with the current architecture? Or would it require a rework? And if it would require a rework, are you open to a pull request?
I know there is a remote module alternative, but the reasons that remote
was deprecated remain: it is slow and insecure.