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
Copy file name to clipboardExpand all lines: native-messaging/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,6 @@ Now, open the extension's console using the "Inspect" button. This is where you
60
60
You should see a new browser action icon in the toolbar. Click it. You should see output like this in the console:
61
61
62
62
Sending: ping
63
-
Received: pong3
63
+
Received: pong
64
64
65
65
If you don't see this output, see the [Troubleshooting guide](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging#Troubleshooting) for ideas.
0 commit comments