Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electron support #76

Open
requilence opened this issue Nov 27, 2020 · 3 comments
Open

Electron support #76

requilence opened this issue Nov 27, 2020 · 3 comments

Comments

@requilence
Copy link

I've tried to run this extension inside the electron 11.0.2(chromium 87) with no luck.
I have successfully connected it with the grpcweb client, sendGRPCNetworkCall catches all the msgs from grpcweb.
chrome.runtime.connect and port.postMessage run without any error, but the devtools gRPC-Web panel show no requests.
I cannot debug further because I can't find a way to enable the Extension Developer mode in the Electron. The console also doesn't contain any msgs from the extension.

Your extension looks really promising and I will appreciate any help from your side to debug this issue 🙏

@younes-io
Copy link

I'm also trying to make this work on Electron, but it seems that there is not maintained

@yansenlei
Copy link

same issues

@yansenlei
Copy link

yansenlei commented Nov 3, 2021

I tried to run the following information in Electron:

  1. Can get interception information, write log in index.html:
    image
    image

  2. But Panel does not have any information:
    image

  3. If I fake data in Index.js, Panel lists work fine:

store.dispatch(networkLog( mockData ))

image

The cause of the cause may be that the listener does not work properly: https://github.com/SafetyCulture/grpc-web-devtools/blob/master/src/index.js#L18

Waiting for a reply... 🙏

@rogchap @requilence @younes-io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants