acandylevey / NativeMessaging

C# Chome Native Messaging Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme.md: Example code does not contain any SupportedBrowsers

opened this issue · comments

The example code for main should contain
Host.SupportedBrowsers.Add(ChromiumBrowser.GoogleChrome);
Host.SupportedBrowsers.Add(ChromiumBrowser.MicrosoftEdge);
In order to function.