Alex Rudenko
Alex Rudenko
I quickly tested it and it seems Chrome sends a single request if multiple script elements request the same script (cached or non-cached, only 1 request is shown in DevTools/reaches...
Related https://github.com/whatwg/html/issues/6110
> But here for scripts it seems that the behavior with regards to fetch should be consistent across browsers? Unless as you said, this is due to the behavior of...
Is the browsing context used here refers to the definition before the HTML spec rewrite? if it is before the spec rewrite, I believe the spec is probably meant to...
> I assume we only have to update the paragraph to something like we probably want at some point to audit and rewrite all 355 mentions of browsing context in...
There could be security concerns with exposing process ID (not an expert here) since WebDriver endpoints are available over network. But I think there is an universal workaround that is...
I saw some tests fail with `Response body is not available for requests in Bidi` and waiting for events from workers. I think both are currently supported: 1) latest chromium-bidi...
Also, I think the tests relying on the popup event (`waiting for event "popup"`) should be implementable with WebDriver BiDi (`originalOpener` attribute would allow linking a new browsing context to...
> Also, I think the tests relying on the popup event (`waiting for event "popup"`) should be implementable with WebDriver BiDi (`originalOpener` attribute would allow linking a new browsing context...
@sadym-chromium PTAL