Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, `globalThis` is available in workers. It points to `self`. On the page, `globalThis` points to `window`. `globalThis` thus becomes the one, safe, global reference you can make for code that runs in both pages and workers.


‘self’ works on pages too.


Thanks, I misunderstood this.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: