Searched refs:getBrowserName (Results 1 – 3 of 3) sorted by relevance
20 function getBrowserName(): string | undefined { function98 return getBrowserName();
5 function getBrowserName() { function90 return getBrowserName();
1 …getBrowserName(): string | undefined {\n if (Platform.isDOMAvailable) {\n const agent = naviga…