Skip to content

[enhancement] Detect url changes to enable domain suggestion on popup menu before tab loading is completed #419

Description

@salarcode

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 navigation update popup suggestions before tab is loaded.
If for any reason the loading is cancelled, we should rely on the current url of the document, not what was being loaded.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions