From 8009444918b167e8499c8abb06e406d9769c38e8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 May 2019 17:31:46 +0100 Subject: Expose encodeURI{,Component} Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Window.bnd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/handlers/javascript') 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 %} -- cgit v1.2.3