Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
GIS-866: Search Communication #647
GIS-866: Search Communication #647
Changes from 1 commit
653632e0985b0f0e51222952a9f4b225f583e28136935998f496448e4f90be70ca6af2f3d3ff85d70dabe49e6bcc878115d8219d28e7bebdeea4e9dFile filter
Jump to
only init on gb
Verified
christophertinoDec 24, 2020
Member
This is asynchronous. Check out
globals.BROWSER_INFO_READYinstead.fcjrDec 24, 2020
•
edited
Author
Member
Ah thanks, updated to await
BROWSER_INFO_READY, however I see the browser info is being used before verifying that it is populated in a few other places which we should address in another PR -- we should also probably haveBROWSER_INFO_READYshort circuit if once a successful call tobuildBrowserInfois completed as currently every time we awaitglobals.BROWSER_INFO_READYwe are unnecessarily recalculating these values.christophertinoJan 4, 2021
Member
Let's remove this line completely since it's evaluated at runtime and unreliable. The other browser_info checks should be working as is. The async check only applies to the desktop browser and Android browser to allow us to differentiate from stock FF.