You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the popup menu only displays domain details of the page if the tab is in loaded state. When navigating and page takes long to load this can cause problems and bad user experience.
Current implementation relies solely on tab.onUpdated APIs.
Use webNavigation APIs to detect naviagation update popup suggestions before tab is loaded
The text was updated successfully, but these errors were encountered:
salarcode
changed the title
[enhancement] Detect url changes to give suggestions before loading is completed
[enhancement] Detect url changes to enable domain suggestion on popup menu before tab loading is completed
Dec 7, 2024
Currently the popup menu only displays domain details of the page if the tab is in loaded state. When navigating and page takes long to load this can cause problems and bad user experience.
Current implementation relies solely on
tab.onUpdated
APIs.Use webNavigation APIs to detect naviagation update popup suggestions before tab is loaded
The text was updated successfully, but these errors were encountered: