orbitjs / orbit

Composable data framework for ambitious web applications.
https://orbitjs.com
MIT License
2.33k stars 134 forks source link

Improve robustness of isNode check #937

Closed dgeb closed 2 years ago

dgeb commented 2 years ago

Use optional chaining to handle cases in which the global process is null (because typeof null === 'object').

Fixes #933