-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
858f104
commit 78ee3cd
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
[My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/) | ||
|
||
[Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows) | ||
|
||
The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout. | ||
|
||
The debugging process for Edge is the same as that for Chrome: https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging | ||
|
||
The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout. | ||
|
||
- [Explainer Blog Post](https://textslashplain.com/2022/01/08/debug-native-messaging/) | ||
- [My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/) | ||
- [Chrome DevDocs](https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging) | ||
- [Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows) | ||
|
||
TODO: Make this a docs page. https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site#creating-your-site |