Autolinker.js icon indicating copy to clipboard operation
Autolinker.js copied to clipboard

IE11 and lower incompatability due to .find method being used

Open bkosborne opened this issue 6 years ago • 0 comments

A few months ago, this commit introduced code that uses the .find method on an array, which is not available in IE11 and under.

I think that's OK, it's not a commonly used browser, but can you please update the README / project homepage to indicate that it's used and that a pollyfill is needed?

bkosborne avatar Sep 17 '19 12:09 bkosborne