mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
6 lines
127 B
JavaScript
6 lines
127 B
JavaScript
console.log(JSON.stringify({
|
|
processLog: typeof process.log,
|
|
processType: typeof process.type,
|
|
window: typeof window
|
|
}))
|