mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -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