summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-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
%}