Underscore.string browser support

2019-07-13 09:37发布

Underscore.string seems to provide nice features for javascript string manipulation.

It seems to have all the good points:

Except one point for which I am missing info: the "browser support/compatibility". I am especially worried about older version of IE.

I could find some issues (who have been fixed) on Github for various browser versions, but I could not find any clear statement regarding the browser support:

I also searched on StackOverflow & did some googling but no luck.

I assume there is no "official" support for browsers so if anyone has experience in using Underscore.string in a production environment where users are on old browsers (IE8+) that would be great.

EDIT:

I also added a question directly on Github to try to get an answer, I'll update this page if I hear anything from there. See https://github.com/epeli/underscore.string/issues/304

1条回答
相关推荐>>
2楼-- · 2019-07-13 09:57

As pointed out by epeli on the issue I posted on the Github project: running the test suite on IE8 seems a good way to find out if this library is supported by IE8.

Hence I did so, and found out that the result was positive: IE8 is supported by Underscore.string javascript library.

See the result of my test below

enter image description here

查看更多
登录 后发表回答