1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 09:57:35 +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:
Idan Horowitz 2021-04-13 22:50:29 +03:00 committed by Andreas Kling
parent 2ab292f381
commit ba77b40808
5 changed files with 187 additions and 0 deletions

View file

@ -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) \