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

[Framework] Detect JSDOM in User-Agent string #257

Merged
merged 1 commit into from
May 7, 2018

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented May 6, 2018

Fix for #255

Also stick to indexOf instead of includes in case people are looking at the roadmap using IE (but keep includes in the generation logic since it should only run on modern user-agents)

Fix for w3c#255

Also stick to `indexOf` instead of `includes` in case people are looking at the
roadmap using IE (but keep `includes` in the generation logic since it should
only run on modern user-agents)
@tidoust tidoust requested a review from xfq May 6, 2018 21:50
Copy link
Member

@xfq xfq left a comment

Choose a reason for hiding this comment

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

LGTM

@xfq xfq merged commit 102b330 into w3c:master May 7, 2018
@xfq xfq deleted the framework-jsdom branch May 7, 2018 02:12
@xfq
Copy link
Member

xfq commented May 7, 2018

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants