isEdge

a read-only boolean indicating whether the current browser is Microsoft Edge Legacy

boolean isEdge;

Example

if (webix.env.isEdge)
    do_something();

Details

It indicates that the current browser is Microsoft Edge based on EdgeHTML browser engine (not Chromium-based).

See also
Back to top