Category Archive

Post Formats

Quote

  • ~1 min read

“Historically, accessing the global object has required different syntax in different JavaScript environments. On the web you can use window, self, or frames - but in Web Workers only self will work. In Node.js none of these work, and you must instead use global.

Read More

Back to Top ↑