ByteString
is a UTF-8 String that corresponds to the set of all possible sequences of bytes. ByteString
maps to a String
when returned in JavaScript; generally, it's only used when interfacing with protocols that use bytes and strings interchangably, such as HTTP.
Specification | Status | Comment |
---|---|---|
Web IDL The definition of 'ByteString' in that specification. | Candidate Recommendation | Initial definition. |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/ByteString