NEW248177
browser.tabs.onUpdated() should fire when history.pushState() is used
https://bugs.webkit.org/show_bug.cgi?id=248177
Summary browser.tabs.onUpdated() should fire when history.pushState() is used
Timothy Hatcher
Reported 2022-11-21 08:59:01 PST
From https://github.com/w3c/webextensions/issues/328: 1) Open https://example.com. 2) In an extension, add a browser.tabs.onUpdated listener. 3) In the console of the web page, run history.pushState({}, "", "/test"). Currently: * Chrome fires both a "loading" event and a "completed" one in immediate succession. * Firefox fires a single "completed" event. * Safari fires no events. rdar://84204907
Attachments
Note You need to log in before you can comment on or make changes to this bug.