Autolinker.js
Autolinker.js copied to clipboard
IE11 and lower incompatability due to .find method being used
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?