mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* docs: Update Quick Start Guide for Electron 12 With `contextIsolation` enabled by default in Electron 12, the Getting Started Guide no longer works as it is written. In order for the basic example to display values from `process.versions`, we need to add a `preload.js` to the example. * Trigger Build