electron/lib
Darshan Sen 8f51d3e1bf
feat: add webContents.getPrintersAsync() (#31023)
This deprecates the synchronous and blocking `webContents.getPrinters()`
function and introduces `webContents.getPrintersAsync()`, which is
asynchronous and non-blocking.

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
2021-10-25 14:16:58 -04:00
..
asar feat: add support for validating asar archives on macOS (#30667) 2021-09-09 14:49:01 -07:00
browser feat: add webContents.getPrintersAsync() (#31023) 2021-10-25 14:16:58 -04:00
common chore: remove Node.js patch on Module.globalPaths (#31275) 2021-10-06 09:20:05 +09:00
isolated_renderer refactor: implement <webview> using contextBridge (#29037) 2021-05-15 16:42:07 +09:00
renderer refactor: only access memory coordinator interface from browser process (#31295) 2021-10-05 15:30:31 -07:00
sandboxed_renderer refactor: only access memory coordinator interface from browser process (#31295) 2021-10-05 15:30:31 -07:00
worker fix: self.module.paths not working in web workers (#29955) 2021-07-05 08:48:46 +09:00