Windows 10 and Edge browser

I tried to find how Vaadin supports Windows 10 and in Edge browser.
Did not find the answer.

Does someone know?

Vaadin 7.5.6 should work fine also with Edge

The problem is, the Edge Browser provide wrong browser Information.
navigator.userAgent =
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240

The intern Vaadin functions getPage().getWebBrowser() does not recognize Edge.

https://vaadin.com/api/7.5.6/com/vaadin/server/WebBrowser.html#isEdge()