Skip to content

Commit 78ee3cd

Browse files
committed
Update DOCS.md
1 parent 858f104 commit 78ee3cd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

DOCS.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
[My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/)
2-
3-
[Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows)
4-
5-
The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout.
6-
7-
The debugging process for Edge is the same as that for Chrome: https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging
8-
1+
The tl;dr is that the extension spawns a native executable and communicates with it over stdin/stdout.
92

3+
- [Explainer Blog Post](https://textslashplain.com/2022/01/08/debug-native-messaging/)
4+
- [My blog on Native Messaging](https://textslashplain.com/2020/09/04/web-to-app-communication-the-native-messaging-api/)
5+
- [Chrome DevDocs](https://developer.chrome.com/docs/apps/nativeMessaging/#native-messaging-debugging)
6+
- [Edge DevDocs on Native Messaging](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/native-messaging?tabs=windows)
107

118
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

0 commit comments

Comments
 (0)