Skip to content

isSupported reporting false negatives #82

Open
@acalvo

Description

@acalvo

It seems that isSupported is reporting false whenever a version has a "note".

Take for example ES6: https://caniuse.com/#feat=es6
caniuse.isSupported('es6', 'chrome 74') returns false (as does caniuse.isSupported('es6', 'firefox 66')) which makes little sense. I'd expect to always return true if the version is marked in CanIUse as supported (dark green). Someone could argue that if that there is a note it means that something happens with it (in this example, missing tail call optimization), but that's what partially support (light green) means, doesn't it? If the note was important enough not to consider the feature as supported, it wouldn't be marked in dark green.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions