--- title: Intl.Collator.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Intl/Collator tags: - Collator - Internationalisation - Intl - JavaScript - Propriété - Prototype - Reference - i18n translation_of: Web/JavaScript/Reference/Global_Objects/Intl/Collator translation_of_original: Web/JavaScript/Reference/Global_Objects/Intl/Collator/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/Intl/Collator/prototype ---
La propriété Intl.Collator.prototype représente l'objet prototype du constructeur {{jsxref("Collator", "Intl.Collator")}}.
Voir la page {{jsxref("Collator")}} pour une description appliquée aux instances de Intl.Collator.
Les instances de Intl.Collator héritent de Intl.Collator.prototype. Les modifications apportées à l'objet prototype sont propagées sur toutes les instances de Intl.Collator via l'héritage (chaîne de prototypes).
Intl.Collator.protoype.constructor| Spécification | Statut | Commentaires |
|---|---|---|
| {{SpecName('ES Int 1.0', '#sec-10.2.1', 'Intl.Collator.prototype')}} | {{Spec2('ES Int 1.0')}} | Définition initiale. |
| {{SpecName('ES Int 2.0', '#sec-10.2.1', 'Intl.Collator.prototype')}} | {{Spec2('ES Int 2.0')}} | |
| {{SpecName('ES Int Draft', '#sec-Intl.Collator.prototype', 'Intl.Collator.prototype')}} | {{Spec2('ES Int Draft')}} |
{{Compat("javascript.builtins.Intl.Collator.prototype")}}