Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlaw1979 committed Jan 10, 2022
1 parent 858f104 commit 78ee3cd
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions DOCS.md
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

0 comments on commit 78ee3cd

Please sign in to comment.