--- 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
.
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 |
StringView
– a C-like representation of strings based on typed arrays