--- title: DOMString slug: Web/API/DOMString tags: - API - Chaîne de caractères - DOM - Reference translation_of: Web/API/DOMString --- Une chaîne de caractères UTF-16. Comme JavaScript utilise déjà ce type de chaîne de caractères, `DOMString` est directement associé à [`String`](/en/JavaScript/Reference/Global_Objects/String). ## Spécifications | Spécification | Statut | Commentaires | | -------------------------------------------------------------------------------------------- | ---------------------------- | ------------------------------------------------------------------------------ | | {{SpecName('WebIDL', '#idl-DOMString', 'DOMString')}} | {{Spec2('WebIDL')}} | Reformulation de la définition pour éviter quelques cas particuliers bizarres. | | {{SpecName('DOM3 Core', 'core.html#DOMString', 'DOMString')}} | {{Spec2('DOM3 Core')}} | Aucun changement par rapport à {{SpecName('DOM2 Core')}} | | {{SpecName('DOM2 Core', 'core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM2 Core')}} | Aucun changement par rapport à {{SpecName('DOM1')}} | | {{SpecName('DOM1', 'level-one-core.html#ID-C74D1578', 'DOMString')}} | {{Spec2('DOM1')}} | Première définition | ## Voir aussi - [String](/fr/docs/Web/JavaScript/Reference/Objets_globaux/String) - {{domxref("USVString")}} - {{domxref("CSSOMString")}} - [`StringView` – a C-like representation of strings based on typed arrays](/fr/Add-ons/Code_snippets/StringView) - [Binary strings](/fr/docs/Web/API/DOMString/Binary)