mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-25 16:02:50 +00:00
When running code inside electron browser windows, process.browser is undefined. This adds is-electron.js to check if the environment is running inside an electron browser window with nodeIntegration set to true which is a valid browser environment. See: https://github.com/uber/luma.gl/blob/master/src/utils/is-electron.js https://github.com/uber/luma.gl/blob/master/src/utils/is-browser.js https://github.com/cheton/is-electron https://github.com/electron/electron/issues/2288