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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.