この記事は技術レビューを必要としています。ぜひご協力ください。
この記事はまだボランティアによって 日本語 に翻訳されていません。ぜひ MDN に参加して翻訳を手伝ってください!
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.
Specifications
Specification | Status | Comment |
---|---|---|
Web IDL (Second Edition) The definition of 'USVString' in that specification. |
Candidate Recommendation | Initial definition. |