internetExplorer constant
Microsoft Internet Explorer.
Implementation
@Deprecated('Internet Explorer is no longer supported')
static const Runtime internetExplorer = Runtime(
'Internet Explorer',
'ie',
Compiler.dart2js,
[Compiler.dart2js],
isBrowser: true,
);