c# – Using Web Speech API in winForm application

I want to embed a browser in my C# winForm to load my website.

I think Chromium does not support Web Speech API ( if it does tell us ) So I need another solution.

Then I came across this web browser as a plugin to C#: Microsoft Edge WebView2

Does Microsoft Edge WebView2 support Web Speech API ?

I can’t find any documantation about this . please help.

Here is the documentation:

learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/overview-features-apis?tabs=dotnetcsharp

Read more here: Source link