Skip to content

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

Open
@VSuchanek

Description

@VSuchanek

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions