mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-01 00:34:31 +03:00
Expose Number and Error on Window
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
85a4792280
commit
2f1526653f
@ -213,6 +213,8 @@ prototype Window()
|
||||
EXPOSE(Function);
|
||||
EXPOSE(Proxy);
|
||||
EXPOSE(String);
|
||||
EXPOSE(Number);
|
||||
EXPOSE(Error);
|
||||
EXPOSE(encodeURI);
|
||||
EXPOSE(encodeURIComponent);
|
||||
#undef EXPOSE
|
||||
|
Loading…
Reference in New Issue
Block a user