Bug 1706703 Comment 5 Edit History

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

In the console I can see:
```
JavaScript error: resource://devtools/server/actors/network-monitor/network-event-actor.js, line 108: Error: Got a request https://lichess1.org/assets/_eICX5B/piece-css/cburnett.css without a browsingContextID set
```

It looks like this issue occurs because of a worker target, and goes away if I comment out `targetCommand.listenForWorkers = true;` (vhttps://searchfox.org/mozilla-central/rev/a09b922e62b1ee5d6a600b8967d98dacf279d997/devtools/client/debugger/src/client/firefox.js#30)
In the console I can see:
```
JavaScript error: resource://devtools/server/actors/network-monitor/network-event-actor.js, line 108: Error: Got a request https://lichess1.org/assets/_eICX5B/piece-css/cburnett.css without a browsingContextID set
```

It looks like this issue occurs because of a worker target, and goes away if I comment out `targetCommand.listenForWorkers = true;` (https://searchfox.org/mozilla-central/rev/a09b922e62b1ee5d6a600b8967d98dacf279d997/devtools/client/debugger/src/client/firefox.js#30)

Back to Bug 1706703 Comment 5