URL (dw::core::URL) Flashcards

1
Q

compose

A

Uses a custom string interpolator to replace URL components with a encodeURIComponent result. You can call this function using the standard call, or a simplified version.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

decodeURI

A

Decodes the escape sequences (such as %20) in a URI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

decodeURIComponent

A

Decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or a similar routine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

encodeURI

A

Encodes a URI with UTF-8 escape sequences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

encodeURIComponent

A

Escapes certain characters in a URI component using UTF-8 encoding.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

parseURI

A

Parses a URL and returns a URI object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly