Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Map.prototype[@@toStringTag]()

La propriété Map[@@toStringTag] vaut "Map" initialement.

Attributs de Map.prototype[@@toStringTag]()
Écrivable Non
Énumérable Non
Configurable Oui

Syntaxe

Map[Symbol.toStringTag]

Exemple

Object.prototype.toString.call(new Map()) // "[object Map]"

Spécifications

Spécification Statut Commentaires
ECMAScript 2015 (6th Edition, ECMA-262)
La définition de 'Map.prototype[@@toStringTag]' dans cette spécification.
Standard Définition initiale.
ECMAScript 2016 Draft (7th Edition, ECMA-262)
La définition de 'Map.prototype[@@toStringTag]' dans cette spécification.
Projet  

Compatibilité des navigateurs

 

Fonctionnalité Chrome Firefox (Gecko) Internet Explorer Opera Safari
Support simple 44.0 Pas de support Pas de support Pas de support Pas de support
Fonctionnalité Android Webview Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile Chrome pour Android
Support simple Pas de support 44.0 Pas de support Pas de support Pas de support Pas de support 44.0

Étiquettes et contributeurs liés au document

 Contributeurs à cette page : SphinxKnight
 Dernière mise à jour par : SphinxKnight,