这篇文章需要技术复核。如何帮忙。
我们的志愿者还没有将这篇文章翻译为 中文 (简体)。加入我们帮助完成翻译!
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. |