Bit yet sure how to fix. It seems like we need to set the correct `innerWindowId` either by delaying [setting the BrowserContext](https://searchfox.org/mozilla-central/rev/02841791400cf7cf5760c0cfaf31f5d772624253/netwerk/protocol/http/EarlyHintPreloader.cpp#444-452) in the LoadInfo to when the BrowserContext has the updated `innerWindowId` or have some other mechanism to have the NavigationalRequest already have the updated `innerWindowId` so that the Early Hints Requests, that get created from the NavigationalRequest also already have the newer `aInnerWindowId`. Will continue to investigate tomorrow.
Bug 1838457 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.
I'm not sure yet how to fix. It seems like we need to set the correct `innerWindowId` either by delaying [setting the BrowserContext](https://searchfox.org/mozilla-central/rev/02841791400cf7cf5760c0cfaf31f5d772624253/netwerk/protocol/http/EarlyHintPreloader.cpp#444-452) in the LoadInfo to when the BrowserContext has the updated `innerWindowId` or have some other mechanism to have the NavigationalRequest already have the updated `innerWindowId` so that the Early Hints Requests, that get created from the NavigationalRequest also already have the newer `aInnerWindowId`. Will continue to investigate tomorrow.