tomayac’s avatartomayac’s Twitter Archive—№ 16,580

  1. …in reply to @justinfagnani
    @justinfagnani @slightlylate To use them, developers need to be on an Electron version based on the desired Chromium build and set the experimentalFeatures flag in the webPreferences object: github.com/electron/electron/blob/master/docs/api/browser-window.md. mainWindow = new BrowserWindow({ experimentalFeatures: true });