Commit Graph

5 Commits (128dd3cfedf4705a0dd4e77e6a6c1ea60fb4dc96)

Author SHA1 Message Date
Juan Navarro 2b70c12be6 openvidu-browser: Node.js platform: Use `globalThis` instead of `window`
While `window` is specific to the web browser, and `global` is specific
to Node.js, the standard `globalThis` global variable is common to both
platforms.

Thus, to make openvidu-browser more portable to Node.js, it's better to
use the common name.

More info:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
2022-07-27 16:53:25 +02:00
cruizba 7e739bc2d4 Fix comment context. Add end empty line 2021-06-21 15:07:32 +02:00
cruizba a54bcd773d Fix #631. Disable JSNLogger when openvidu-browser library is loaded 2021-06-21 14:52:01 +02:00
pabloFuente 89db47dd37 openvidu-browser and openvidu-node-client docs simplified 2019-04-23 12:52:37 +02:00
pabloFuente 9580625e2d openvidu-browser 2.0.0 refactoring 2018-04-26 15:33:47 +02:00