summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-05-04 17:31:46 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-05-04 17:31:46 +0100
commit8009444918b167e8499c8abb06e406d9769c38e8 (patch)
tree5a7ad49d4f8ab550378d8caf956dc334da4b7081
parent83f24af275fae0fd89960a5d49e06b9be9987fe0 (diff)
downloadnetsurf-8009444918b167e8499c8abb06e406d9769c38e8.tar.gz
netsurf-8009444918b167e8499c8abb06e406d9769c38e8.tar.bz2
Expose encodeURI{,Component}
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--content/handlers/javascript/duktape/Window.bnd2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd
index 940ea2a25..c70ca255c 100644
--- a/content/handlers/javascript/duktape/Window.bnd
+++ b/content/handlers/javascript/duktape/Window.bnd
@@ -213,6 +213,8 @@ prototype Window()
EXPOSE(Function);
EXPOSE(Proxy);
EXPOSE(String);
+ EXPOSE(encodeURI);
+ EXPOSE(encodeURIComponent);
#undef EXPOSE
%}