shared
utils
string
object
is
extension
js
tracking
string
dom
when
selection
position
iframe
event
scroll
console
node
string
project
fs
console
isIe
Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.is
Detect if is ie (internet explorer)
Params
- ua”navigator.userAgent”String
The user agent on which to make the test
Return
- -Boolean
true if is ie, false if not
Example
import { isIe } from '@blackbyte/sugar/is'
if (isIe()) {
// do something cool
}Todo
- testsnormal
Author
- Olivier Bosselolivier.bossel@gmail.comhttps://blackbyte.space