Y
Hacker News
new
|
ask
|
show
|
jobs
by
lexicality
3362 days ago
Which should be accessed by window.self anyway so it doesn't really matter? There are so many poorly named global variables (top etc) that worrying about shadowing them seems meaningless.
1 comments
amorgaut
3360 days ago
It matters when you are running in workers in which case the window object does not exists
link