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

Work with minor browser versions #61

Closed
Djaler opened this issue Dec 20, 2018 · 0 comments
Closed

Work with minor browser versions #61

Djaler opened this issue Dec 20, 2018 · 0 comments

Comments

@Djaler
Copy link
Contributor

Djaler commented Dec 20, 2018

For example, one of popular browsers in Russia: Yandex Browser. It built on Chromium, and, for example, version 17.1 based on Chromium 55 and version 17.11 based on Chromium 62. This is a huge difference. So, I want to specify major and minor version instead of just major.

Possible API:

...
browserSupport: {
		'Chrome': 61,
		'Yandex': {major:17, minor:10}
	}
...
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

No branches or pull requests

1 participant