-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Question] Firefox Error: NS_BINDING_ABORTED [Question] #5775
Comments
There is a lot of places in the Firefox network code where this error could be produced, it's hard to tell without a repro script what is going on. It could be that the loading is forcefully stopped for some reason. |
Thanks for the reply @yury-s |
It might be as navigation would stop outstanding requests (e.g. for favicon).
Can you share code snippet where you get this error, otherwise it's hard to tell? |
Thanks yury-s |
Looks like the discussion stalled here - so I'll close the issue. Please feel free to resubmit when there's a repro! ❤️ |
I intermittently get following error (specially on firefox)
Error: [JavaScript Error: "NS_BINDING_ABORTED: " {file: "https://www.google.com/recaptcha/" line: 1}]
@https://www.google.com/recaptcha/:1:14
The application uses recaptcha but I have never seen this error on chromium.
Can someone help?
There is no helpful information/error in DEBUG=pw:api
The text was updated successfully, but these errors were encountered: