mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
210 B
JavaScript
7 lines
210 B
JavaScript
/**
|
|
* File which includes stuff for Mozilla-specific checks which shouldn't happen
|
|
* in other browsers but which we wish to test.
|
|
*/
|
|
|
|
var isMozilla = navigator.product === "Gecko" && "buildID" in navigator;
|