chromium-bidi icon indicating copy to clipboard operation
chromium-bidi copied to clipboard

The fragmentNavigated is emitted on the history updates that are not fragment navigations

Open OrKoN opened this issue 1 year ago • 1 comments

If you do a history update using pushState, chromium-bidi emits fragmentNavigated event. This behavior is not compliant with the spec.

OrKoN avatar Jul 18 '24 07:07 OrKoN

It makes it difficult for Puppeteer to handle the behavior since Firefox implements it according to the spec.

OrKoN avatar Jul 18 '24 07:07 OrKoN

Verified in https://github.com/GoogleChromeLabs/chromium-bidi/pull/3508

sadym-chromium avatar Jun 19 '25 12:06 sadym-chromium