DamonOehlman / detect-browser

Unpack a browser type and version from the useragent string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE 11 - Object doesn't support property or method 'find'

limonte opened this issue · comments

The IE11 build on AppVeyor is failing after updating from 3.0.1 to 4.0.2: sweetalert2/sweetalert2#1358

The build log: https://ci.appveyor.com/project/limonte/sweetalert2/builds/21457395

Thanks for finding and reporting these.

Published 4.0.3 (hopefully this is the last one). I think switching the tsconfig.json file to only expecting es5 constructs in the code will be a big help.

All good now, thank you @DamonOehlman