Questa traduzione è incompleta. Collabora alla traduzione di questo articolo dall’originale in lingua inglese.
Una stringa UTF-16. Poiché JavaScript already usa già questo tipo di stringhe, DOMString
viene mappata direttamente a String
.
Passando null
ad un metodo o ad un parametro che accetta una DOMString
tipicamente si ottiene la stringa "null"
.
Specifiche
Specifica | Stato | Commento |
---|---|---|
Web IDL (Second Edition) The definition of 'DOMString' in that specification. |
Candidate Recommendation | Riformulazione della definizione per evitare casi limite strani. |
Document Object Model (DOM) Level 3 Core Specification The definition of 'DOMString' in that specification. |
Recommendation | Nessun cambiamento da Document Object Model (DOM) Level 2 Core Specification |
Document Object Model (DOM) Level 2 Core Specification The definition of 'DOMString' in that specification. |
Recommendation | Nessun cambiamento da Document Object Model (DOM) Level 1 Specification |
Document Object Model (DOM) Level 1 Specification The definition of 'DOMString' in that specification. |
Recommendation | Definizione iniziale. |