mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* fix: don't handle browser messages before document element is created * fix: bind ElectronApiServiceImpl later DidCreateDocumentElement is called before the ElectronApiServiceImpl gets bound. * chore: add comment