Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caniuse error solution #2732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

techwithsrikanth
Copy link

To resolve this issue, the code has been updated to provide custom handling for the "forms" feature, as this feature was not supported by the existing mapping.


if (_.includes(_.keys(map), 'forms')) {
describe('Custom handling for "forms" feature', function() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this function for and where di you copy if from?

.replace(/(10\.(0|1))/, ua.browser.name === 'Opera' ? '10.0-10.1' : '$1');

// make sure the version keys of the caniusedata is sorted as numbers not as strings
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove the comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants