Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit 787b037

Browse files
committed
Update docs.
1 parent 083bc71 commit 787b037

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/Global.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,28 @@ readFloat :: String -> Number
5151

5252
Parse a floating point value from a `String`
5353

54+
#### `decodeURI`
55+
56+
``` purescript
57+
decodeURI :: String -> String
58+
```
59+
60+
uri decoding
61+
62+
#### `encodeURI`
63+
64+
``` purescript
65+
encodeURI :: String -> String
66+
```
67+
68+
uri encoding
69+
70+
#### `encodeURIComponent`
71+
72+
``` purescript
73+
encodeURIComponent :: String -> String
74+
```
75+
76+
uri component encoding
77+
5478

0 commit comments

Comments
 (0)