1
0
mirror of https://github.com/netsurf-browser/netsurf synced 2025-03-11 01:31:41 +03:00

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

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