Results 41 - 57 of 57

ByteString

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.
API DOM DOM Reference Reference Référence String WebIDL

Binary strings

As web applications become more and more powerful, adding features such as audio and video manipulation, access to raw data using WebSockets, and so forth, it has become clear that there are times when it would be helpful for JavaScript code to be able to quickly and easily manipulate raw binary data. In the past, this had to be simulated by treating the raw data as a string and using the charCodeAt() method to read the bytes from the data buffer.
DOM JavaScript JavaScript typed arrays Reference Référence String

USVString

USVString corresponds to the set of all possible sequences of unicode scalar values. USVString maps to a String when returned in JavaScript; it's generally only used for APIs that perform text processing and need a string of unicode scalar values to operate on.
API DOM DOM Reference Reference Référence String WebIDL

String.prototype.anchor()

The anchor() method creates an <a> HTML anchor element that is used as a hypertext target.
HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.big()

The big() method creates a <big> HTML element that causes a string to be displayed in a big font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.blink()

The blink() method creates a <blink> HTML element that causes a string to blink.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.bold()

The bold() method creates a <b> HTML element that causes a string to be displayed as bold.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fixed()

The fixed() method creates a <tt> HTML element that causes a string to be displayed in fixed-pitch font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fontcolor()

The fontcolor() method creates a <font> HTML element that causes a string to be displayed in the specified font color.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.fontsize()

The fontsize() method creates a <font> HTML element that causes a string to be displayed in the specified font size.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.italics()

The italics() method creates an <i> HTML element that causes a string to be italic.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.link()

The link() method creates a string representing the code for an <a> HTML element to be used as a hypertext link to another URL.
HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.small()

The small() method creates a <small> HTML element that causes a string to be displayed in a small font.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String

String.prototype.strike()

The strike() method creates a <strike> HTML element that causes a string to be displayed as struck-out text.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.sub()

The sub() method creates a <sub> HTML element that causes a string to be displayed as subscript.
Deprecated HTML wrapper methods JavaScript Method Prototype String

String.prototype.sup()

The sup() method creates a <sup> HTML element that causes a string to be displayed as superscript.
Deprecated HTML wrapper methods JavaScript Method Prototype Reference String