Bug 1899389 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

... though anyway, https://searchfox.org/mozilla-central/source/dom/webidl/Request.webidl#58 doesn't have a `principal` member? So perhaps that `fetch` call isn't actually going through "normal" `fetch` directly?

Edit: right, it's using DevToolsUtils.js which goes through `NetUtil`. Perhaps this tripped me up when I originally tried to audit these? Is the network-request.js case the only one that doesn't do that? Looks like the `performance-new` code also doesn't, but again, not sure what the state of that code is.

Back to Bug 1899389 Comment 10