-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Move browser checks to browser.js #1009
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, will merge once @samhed cuts v1.0.0
Any ETA for that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, looks good.
I was hoping to get the beta out this week, but we probably want to let that be tested for a while before doing the final version. So it could be a while. Perhaps it's better if you just use #1005 and put each suggestion as a separate commit rather than a separate PR? That way everything can be reviewed and done without having to wait for partial merges. |
I've been gradually merging stuff that's not majorly impactful. This is relatively minor, so it might be fine to merge pre-1.0, especially with the plan to do a beta. |
That would be great :) |
@CendioOssman @samhed any objections to just merging this now? |
works for me |
Yeah, this isn't too scary. So go ahead. |
Just move all the duplicate
isMac
,isWindow
, etc. tobrowser.js