Functions

f
decodeURI

Gets the unencoded version of an encoded Uniform Resource Identifier (URI).

f
decodeURIComponent

Gets the unencoded version of an encoded component of a Uniform Resource Identifier (URI).

f
encodeURI

Encodes a text string as a valid Uniform Resource Identifier (URI)

f
encodeURIComponent

Encodes a text string as a valid component of a Uniform Resource Identifier (URI).

f
eval

Evaluates JavaScript code and executes it.

f
isFinite

Determines whether a supplied number is finite.

f
isNaN

Returns a Boolean value that indicates whether a value is the reserved value NaN (not a number).

f
parseFloat

Converts a string to a floating-point number.

f
parseInt

Converts a string to an integer.

f
escape

Computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.

f
unescape

Computes a new string in which hexadecimal escape sequences are replaced with the character that it represents.

Interfaces

I
v
Intl.Collator
No documentation available
I
Intl.CollatorOptions
No documentation available
I
v
Intl.DateTimeFormat
No documentation available
I
Intl.DateTimeFormatOptions
No documentation available
I
v
Intl.NumberFormat
No documentation available
I
Intl.NumberFormatOptions
No documentation available
I
Intl.ResolvedCollatorOptions
No documentation available
I
Intl.ResolvedDateTimeFormatOptions
No documentation available
I
Intl.ResolvedNumberFormatOptions
No documentation available

Namespaces

N
Intl
No documentation available

Type Aliases

T
PromiseConstructorLike
No documentation available
T
PropertyKey
No documentation available

Variables

v
Infinity
No documentation available
v
NaN
No documentation available