-
Notifications
You must be signed in to change notification settings - Fork 33.3k
Do not check for navigator to detect web environment in built-in extensions #251688
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
Conversation
cc @mjbvz |
@deepak1556 fyi, I wonder if we did not fully adopt this yet in our code? |
Yeah we haven't adopted the changes in all of our extensions but our polyfill #250619 is meant to avoid any issues for such conditions. @jeanp413 I ran ![]() |
@deepak1556 The issue is the way it's checked in the typescript extension |
Ah thats a good catch, we could probably proxy the |
…nsions (#251688) Do not check for navigator to detect web environment
…nsions (#251688) Do not check for navigator to detect web environment
Do not check for navigator to detect web environment in built-in extensions (#251688) Do not check for navigator to detect web environment Co-authored-by: Jean Pierre <jeanp413@hotmail.com>
Do not check for navigator to detect web environment in built-in extensions
Use recommended check from release notes
Fixes #251541