--- title: Intl.NumberFormat.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat tags: - Internationalisation - Intl - JavaScript - NumberFormat - Propriété - Prototype - Reference - i18n translation_of: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/Intl/NumberFormat/prototype ---
La propriété Intl.NumberFormat.prototype
représente l'objet prototype pour le constructeur {{jsxref("NumberFormat", "Intl.NumberFormat")}}.
Voir la page {{jsxref("NumberFormat", "Intl.NumberFormat")}} pour une description des instances de Intl.NumberFormat
.
Les instances de Intl.NumberFormat
héritent de Intl.NumberFormat.prototype
. Les modifications apportées à l'objet prototype seront propagées par héritage aux instances Intl.NumberFormat
.
Intl.NumberFormat.prototype.constructor
Intl.NumberFormat
.NumberFormat
.Spécification | État | Commentaires |
---|---|---|
{{SpecName('ES Int 1.0', '#sec-11.2.1', 'Intl.NumberFormat.prototype')}} | {{Spec2('ES Int 1.0')}} | Définition initiale. |
{{SpecName('ES Int 2.0', '#sec-11.2.1', 'Intl.NumberFormat.prototype')}} | {{Spec2('ES Int 2.0')}} | |
{{SpecName('ES Int Draft', '#sec-Intl.NumberFormat.prototype', 'Intl.NumberFormat.prototype')}} | {{Spec2('ES Int Draft')}} |
{{Compat("javascript.builtins.Intl.NumberFormat.prototype")}}