mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibJS: Implement the encode/decodeURI(Component) family of functions
These are generally useful and in particular needed for twitter.com
This commit is contained in:
parent
2ab292f381
commit
ba77b40808
5 changed files with 187 additions and 0 deletions
|
@ -96,12 +96,16 @@ namespace JS {
|
|||
P(countReset) \
|
||||
P(create) \
|
||||
P(debug) \
|
||||
P(decodeURI) \
|
||||
P(decodeURIComponent) \
|
||||
P(defineProperties) \
|
||||
P(defineProperty) \
|
||||
P(deleteProperty) \
|
||||
P(description) \
|
||||
P(done) \
|
||||
P(dotAll) \
|
||||
P(encodeURI) \
|
||||
P(encodeURIComponent) \
|
||||
P(endsWith) \
|
||||
P(entries) \
|
||||
P(enumerable) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue