You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 🙏
The text was updated successfully, but these errors were encountered:
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 🙏
The text was updated successfully, but these errors were encountered: