Skip to content

isBrowserEdge

kherP edited this page Jan 2, 2020 · 4 revisions

This utility checks if the current browser is Edge.

Example

console.log(isBrowserEdge()); // false
Clone this wiki locally