Module script::dom::bindings::str

source ·
Expand description

The ByteString struct.

Structs

  • Encapsulates the IDL ByteString type.
  • A DOMString.
  • A string that is constructed from a UCS-2 buffer by replacing invalid code points with the replacement character.

Functions