USVString
corresponds to the set of all possible sequences of unicode scalar values. USVString
maps to a String
when returned in JavaScript; it's generally only used for APIs that perform text processing and need a string of unicode scalar values to operate on.
Specification | Status | Comment |
---|---|---|
Web IDL (Second Edition) The definition of 'USVString' in that specification. | Candidate Recommendation | Initial definition. |
© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/USVString