The Wayback Machine - https://web.archive.org/web/20150930093630/https://developer.mozilla.org/pl/docs/Web/API/ByteString

Join MDN and developers like you at Mozilla's View Source conference, November 2-4 in Portland, Oregon. Learn more at https://viewsourceconf.org/.

ByteString

przez 2 współtwórców

Ten artykuł wymaga przeglądu technicznego.

Nasi wolontariusze nie przetłumaczyli jeszcze tego artykułu na język Polski. Dołącz do nas i pomóż go przetłumaczyć!

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.

Specifications

Specification Status Comment
Web IDL (Second Edition)
The definition of 'ByteString' in that specification.
Candidate Recommendation Initial definition.

See also

Autorzy i etykiety dokumentu

Contributors to this page: chrisdavidmills, ddbeck
Ostatnia aktualizacja: chrisdavidmills,