Caniuse: Add information about JavaScript's "instanceof"

Created on 5 Sep 2018  路  5Comments  路  Source: Fyrd/caniuse

I noticed that caniuse does not have any information about JavaScript's "instanceof" operator that tests whether a variable is an instance of a particular JavaScript type.

I could not find a reliable resource that lists browser compatibility; however, "instanceof" has been a part of JavaScript since ECMAScript Edition 3, according to the official ECMAScript documentation: https://www-archive.mozilla.org/js/language/E262-3.pdf

Fully supported Needs search result

Most helpful comment

All 5 comments

That鈥檚 supported on all known browsers (IE5.6+, Chrome 3+, FX2+, Opera 9+)?

If I'm not mistaken, yes, that is the case.

Thank you for those labels!

Available at https://caniuse.com/#feat=mdn-javascript_operators_instanceof

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dnknn picture dnknn  路  3Comments

SteveALee picture SteveALee  路  3Comments

SanderMuller picture SanderMuller  路  3Comments

mhartoft picture mhartoft  路  3Comments

madebyfabian picture madebyfabian  路  3Comments