Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: fix aborted navigations #141

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

chrmod
Copy link
Contributor

@chrmod chrmod commented Nov 22, 2024

On Firefox some navigation can trigger following event sequence:

  • onBeforeNavigate
  • onErrorOccurred with "error":"Error code 2152398850"
  • onBeforeNavigate
  • onCommitted

That was causing an extra page object to be created which was messing up the previous page logic.

@chrmod chrmod added the bug Something isn't working label Nov 22, 2024
@chrmod chrmod force-pushed the request-fix-redirects branch from 5d36fdc to 82880c6 Compare November 22, 2024 16:16
@chrmod chrmod force-pushed the request-fix-redirects branch from 82880c6 to 891f855 Compare December 2, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants