Show More
Commit Description:
change to encrypted cookies
Commit Description:
change to encrypted cookies
File last commit:
Show/Diff file:
Action:
node_modules/ext/docs/global-this.md | 9 lines | 309 B | text/x-minidsrc | MarkdownLexer |

globalThis (ext/global-this)

Returns global object. Resolve native globalThis if implemented, otherwise fallback to internal resolution of a global object.

const globalThis = require("ext/global-this");

globalThis.Array === Array; // true