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

"window.chrome.webstore" is no longer supported in Chrome #192

Open
VSuchanek opened this issue Dec 13, 2018 · 2 comments
Open

"window.chrome.webstore" is no longer supported in Chrome #192

VSuchanek opened this issue Dec 13, 2018 · 2 comments

Comments

@VSuchanek
Copy link

Hi,

About this browser detection:

var isChrome = !!window.chrome && !!window.chrome.webstore;

An object "window.chrome.webstore" is returning "undefined" from a new Chrome version 71.0.3578.80
In "older" versions there was "Object" returned.

That will affect browser detection mentioned before, because is it returning "false" now in a new Chrome version.

Firstly a thought that Chrome cookie support has been changed. But after debugging I discovered this not working detection. Look at this: Chromium bug report

I hope it helps.

Vaclav

@browserstrangeness
Copy link

so then it would be chrome 14-70 for that detection to be accurate and useful if your testing is completed, correct?

@VSuchanek
Copy link
Author

Yeah. Exactly.

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

2 participants