ByteString is a UTF-8 String that corresponds to the set of all possible sequences of bytes. ByteString maps to a 字符串 when returned in JavaScript; generally, it's only used when interfacing with protocols that use bytes and strings interchangably, such as HTTP.

规范

规范 状态 注释
Web IDL
The definition of 'ByteString' in that specification.
候选推荐 初始定义。

另请参阅

元数据

  • 最后修改: