UNPKG

@hilemangroup/bp-frontend

Version:

Common shared frontend utilities for boilerplate projects

13 lines (10 loc) 317 B
import Modernizr from 'modernizr'; Modernizr.addTest('ie', function () { return ( navigator.userAgent.indexOf('MSIE') !== -1 || navigator.appVersion.indexOf('Trident/') > 0 ); }); Modernizr.addTest('ie11', function () { return window.MSInputMethodContext && !!document.documentMode; });