blob: 6ebd847530ef10a0b19e41202d9eb74df685cd71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
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)
|