Linda_pp

Results 543 comments of Linda_pp

First logo ![black_icon](https://cloud.githubusercontent.com/assets/823277/15454525/e4aad144-2075-11e6-8d13-b841181e54ea.png)

Second logo ![icon](https://cloud.githubusercontent.com/assets/823277/15454528/eeefd122-2075-11e6-90af-a32a9c814311.png)

Third logo ![](https://raw.githubusercontent.com/rhysd/YourFukurou/9bb0b52b28bd0e004fb8bd2f60d1f8fd189a076e/images/icon.png)

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.