We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84efec commit 223fba7Copy full SHA for 223fba7
src/jswrap_functions.c
@@ -34,7 +34,7 @@ JsVar *jswrap_global() {
34
}
35
A reference to the global scope, where everything is defined.
36
37
-`global` is used in Node.js. Consider using the identical `globalThis` as it was introduced in the ECMAScript spec.
+`global` is used in Node.js. Later on the ECMAScript spec introduced `globalThis` which is available in-browser too.
38
*/
39
/*JSON{
40
"type" : "variable",
0 commit comments