I'm developing an app named ABC.exe with browser embedded
and want that in future it would be atleast compatible with with Microsoft Edge if user with Windows 10 uses it.
According to Microsoft's article
https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx
The maximum browser emulation chart is given upto IE11.
i.e I should make a registry of my application at location
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATIONwith
the latest browser emulation.
Would the browser emulation of Microsoft edge would be 12001?Where is the version of Microsoft Edge is located in Registry?