File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 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.
9
2
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 )
10
7
11
8
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
You can’t perform that action at this time.
0 commit comments