Why we can't have the preload scripts in the content process early enough? And why can't https://searchfox.org/mozilla-central/rev/5813af297bb0e6581ab49029ba897c3e12a9134c/remote/webdriver-bidi/modules/windowglobal/_configuration.sys.mjs#79-119 be handled synchronously, why does there need to be async communication with the parent process there? (assuming I'm interpreting that code correctly)
Bug 1967705 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Why we can't have the preload scripts in the content process early enough? And why can't https://searchfox.org/mozilla-central/rev/5813af297bb0e6581ab49029ba897c3e12a9134c/remote/webdriver-bidi/modules/windowglobal/_configuration.sys.mjs#79-119 be handled synchronously, why does there need to be async communication with the parent process there? (assuming I'm interpreting that code correctly) I may ask silly questions since I don't know what preload scripts are, and where are they coming from :)