window equivalent #197
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2014-02-07 by @gfwilliams Check out this other post: http://forum.espruino.com/conversations/573/ There isn't a way to do this properly right now, but you can always just use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2014-02-07 by user6415
In browser environment, every global variable in javascript is a member of the window variable.
E.g. setTimeout is the same as window.setTimeout.
I've noticed that there is no window variable available? Is there something similar?
I'd like to be able to do something like
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions