USVString 对应于所有可能的 unicode标量值序列的集合。
USVString === unicode 标量值(scalar values)
在 JavaScript 中返回时,USVString 映射为 String 。它通常仅仅用于执行文本处理,并且需要 Unicode 标量值的字符串来操作的 API。
规范
| Specification | Status | Comment |
|---|---|---|
| Web IDL USVString |
Candidate Recommendation | Initial definition. |