此文件需要技術審查。看看您能幫什麼忙。
我們的志工尚未將此文章翻譯為 正體中文 (繁體) 版本。加入我們,幫忙翻譯!
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. |