Describe the problem and steps to reproduce it:
We are developping an addon for Firefox, and we need to be able to see our injected script's Fetch requests displayed in Devtools' Network tab.
Steps : just activate and use any Addon making fetch requests, and go to Devtools' Network tab to check for the corresponding http calls.
What happened?
The Addon's Fetch requests aren't shown by Firefox in Devtools' network tab.
Wheras in Chrome/Edge it is displayed...
What did you expect to happen?
Fetch requests calls made by Addon's injected script, being logged in Devtools' network tab..
Anything else we should know?
It seems to be the same for any Addon.
Describe the problem and steps to reproduce it:
We are developping an addon for Firefox, and we need to be able to see our injected script's Fetch requests displayed in Devtools' Network tab.
Steps : just activate and use any Addon making fetch requests, and go to Devtools' Network tab to check for the corresponding http calls.
What happened?
The Addon's Fetch requests aren't shown by Firefox in Devtools' network tab.
Wheras in Chrome/Edge it is displayed...
What did you expect to happen?
Fetch requests calls made by Addon's injected script, being logged in Devtools' network tab..
Anything else we should know?
It seems to be the same for any Addon.