Linda_pp
Linda_pp
Second logo
First logo 
Second logo 
Third logo 
The `searcher` property is an instance of `` tag and it should have `send` method. https://www.electronjs.org/docs/api/webview-tag#webviewsendchannel-args I don't know why it doesn't have the property.
You might need to set `webView: true` on web preferences of the browser window. https://www.electronjs.org/docs/api/browser-window#new-browserwindowoptions
Correct. But I think #10 must be fixed before this because users would think this package is already available with Electron v5 with the notice.
Please try to enable DevTools in the search window: https://github.com/rhysd/electron-in-page-search#debugging Can you see any error in console tab?
I tried the latest repo and it looks to work. Could you try the example in your local? Does it work? https://github.com/rhysd/electron-in-page-search#examples And let me confirm your environment. - OS...
I investigated this and faced an error 'DOMException: Registration failed - push service not available' - Issue: https://github.com/electron/electron/issues/6697 - Forum: https://discuss.atom.io/t/push-support-in-electron/21612 `blinkfeatures="PushMessaging"` does not help to solve this problem.