Expose encodeURI{,Component}

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
Daniel Silverstone 2019-05-04 17:31:46 +01:00
parent 83f24af275
commit 8009444918
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,8 @@ prototype Window()
EXPOSE(Function);
EXPOSE(Proxy);
EXPOSE(String);
EXPOSE(encodeURI);
EXPOSE(encodeURIComponent);
#undef EXPOSE
%}