You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that es.string.search (browser compat) and es.string.replace among others are missing IE and Edge versions. Is this intentional or would it be welcomed by the project to have a PR submitted to add compat data for IE and Edge related polyfills? I would be happy to help it that's the case.
The text was updated successfully, but these errors were encountered:
@kroofy by modern standards, es.string.replace & es.string.search should refer to well-known symbols. IE deviates from these standards and some others. Therefore, these methods should be polyfilled.
While browsing thru https://github.com/zloirock/core-js/blob/master/packages/core-js-compat/src/data.js
I noticed that
es.string.search
(browser compat) andes.string.replace
among others are missing IE and Edge versions. Is this intentional or would it be welcomed by the project to have a PR submitted to add compat data for IE and Edge related polyfills? I would be happy to help it that's the case.The text was updated successfully, but these errors were encountered: