The globalThis proposal introduces a unified mechanism to access the global this in any JavaScript environment. It sounds like a simple thing to polyfill, but it turns out it’s pretty hard to get right. I didn’t even think it was possible until Toon blew ... (more…)
Read more »
high speed zlib port to javascript, works in browser & node.js - nodeca/pako... (more…)
Read more »
In this post, I will do my best to explain one of the most fundamental parts of JavaScript: the execution context. (more…)
Read more »
A complete overview of the JavaScript landscape in 2019: trends about front-end and node.js frameworks, tooling, IDE, Static site generators... (more…)
Read more »