Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update node.js workaround from global → globalThis
the node.js global object is deprecated in favor of the cross-platform standard globalThis object. references: • https://nodejs.org/api/globals.html#global • https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
- Loading branch information