mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
navigations There is a race condition between DidCreateScriptContext and another navigation occuring in the main process. If the navigation occurs while the preload script is running, the same process is re-used. This ensures that any pending navigations are completely removed / ignored when we trigger a new navigation. Fixes #17576