From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- files/fr/web/api/domstring/index.md | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 files/fr/web/api/domstring/index.md (limited to 'files/fr/web/api/domstring/index.md') diff --git a/files/fr/web/api/domstring/index.md b/files/fr/web/api/domstring/index.md new file mode 100644 index 0000000000..7357eaec7a --- /dev/null +++ b/files/fr/web/api/domstring/index.md @@ -0,0 +1,53 @@ +--- +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écifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpécificationStatutCommentaires
{{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

+ + -- cgit v1.2.3-54-g00ecf