chromium-bidi
chromium-bidi copied to clipboard
The fragmentNavigated is emitted on the history updates that are not fragment navigations
If you do a history update using pushState, chromium-bidi emits fragmentNavigated event. This behavior is not compliant with the spec.
It makes it difficult for Puppeteer to handle the behavior since Firefox implements it according to the spec.
Verified in https://github.com/GoogleChromeLabs/chromium-bidi/pull/3508