Lines Matching refs:Electron

11 # Electron-to-Chromium [![npm](https://img.shields.io/npm/v/electron-to-chromium.svg)](https://www.…
13 This repository provides a mapping of Electron versions to the Chromium version that it uses.
28 To include Electron-to-Chromium, require it:
35 The Electron-to-Chromium object has 4 properties to use:
38 An object of key-value pairs with a _major_ Electron version as the key, and the corresponding majo…
47 An object of key-value pairs with a Electron version as the key, and the corresponding full Chromiu…
56 …with a _major_ Chromium version as the key, and the corresponding major Electron version as the va…
65 … a Chromium version as the key, and an array of the corresponding major Electron versions as the v…
76 * Query: string or number, required. A major or full Electron version.
78 A function that returns the corresponding Chromium version for a given Electron function. Returns a…
80 If you provide it with a major Electron version, it will return a major Chromium version:
87 If you provide it with a full Electron version, it will return the full Chromium version.
105 Returns a string with the corresponding Electron version for a given Chromium query.
107 If you provide it with a major Chromium version, it will return a major Electron version:
114 If you provide it with a full Chrome version, it will return an array of full Electron versions.
121 If a query does not match an Electron version, it will return `undefined`.
130 * Query: string or number, required. A major Electron version.
134 …(https://github.com/ai/browserslist) query that matches the given major Electron version. Returns …
136 If you provide it with a major Electron version, it will return a Browserlist query string that mat…
178 This package will be updated with each new Electron release.
180 …n build.js`. Requires internet access as it downloads from the canonical list of Electron versions.