GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
90 stars 31 forks source link

Processing queue get stuck when ShareWorker + data url is created #1350

Closed Lightning00Blade closed 6 months ago

Lightning00Blade commented 1 year ago

If you try to evaluate or the page creates an SharedWorker with Data url the processing queue get stuck. This is happening because a requestWillBeSend event is dispatched but neither requestWillBeSendExtraInfo or responseReceived that will make the internal Deferred resolve. Note: There is a separate bug about SharedWorker urls served from cache as their ResponseServedByCache is not send and that get the queue stuck as well.

Lightning00Blade commented 6 months ago

Closed by #2073