a read-only boolean indicating whether the current browser is Microsoft Edge Legacy
if (webix.env.isEdge) do_something();
It indicates that the current browser is Microsoft Edge based on EdgeHTML browser engine (not Chromium-based).