electron/lib/renderer
Samuel Attard 3b74837020 refactor: Split 'Event' docs/types into more specific Event types (#17038)
* Event = Base event type (with preventDefault)
* IpcMainEvent = Event that ipcMain emits (with sender, reply, etc.)
* IpcRendererEvent = Event that ipcRenderer emits (with sender,
senderId, etc.)
* KeyboardEvent = Event that we emit with keyboard flags (ctrlKey,
altKey, etc.)

This will dramatically improve peoples TS experience with IPC events
2019-02-19 09:24:19 +00:00
..
api refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
extensions refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
web-view refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
callbacks-registry.js refactor: don't expose CallbacksRegistry as an internal module (#14389) 2018-08-31 11:29:00 -07:00
chrome-api.js refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
content-scripts-injector.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00
init.js refactor: Port web-frame-init to TypeScript (#16934) 2019-02-18 00:24:18 +00:00
inspector.js refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
ipc-renderer-internal-utils.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00
ipc-renderer-internal.ts refactor: Port renderer-internal to TypeScript (#16939) 2019-02-14 17:24:25 -08:00
remote.ts refactor: Port getRemote to TypeScript (#16938) 2019-02-14 04:04:53 -10:00
security-warnings.ts refactor: Port security warnings to TypeScript (#16937) 2019-02-16 17:06:30 -08:00
web-frame-init.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00
window-setup.ts refactor: Split 'Event' docs/types into more specific Event types (#17038) 2019-02-19 09:24:19 +00:00