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

firefox warning NS_BINDING_ABORTED in web developer tools network tab #1048

Open
chesty opened this issue Nov 10, 2023 · 2 comments
Open

firefox warning NS_BINDING_ABORTED in web developer tools network tab #1048

chesty opened this issue Nov 10, 2023 · 2 comments

Comments

@chesty
Copy link

chesty commented Nov 10, 2023

From my understanding, this warning doesn't cause any issues other than it looks like an error when watching requests in the network tab of the firefox web developer tools.

The warning can be squelched by setting an expires header, which I've done in nginx, but I thought I would create an issue in case you wanted to add a maxAge option in the node app. Maybe setting an expires header is a good thing in general besides the ugly firefox warning.

https://stackoverflow.com/questions/704561/ns-binding-aborted-shown-in-firefox-with-httpfox

Thanks for your work. Appreciate it.

Screenshot from 2023-11-10 20-24-32

@chesty
Copy link
Author

chesty commented Nov 10, 2023

ug. after more testing I still get the warning after setting an expires header.

I think it's just how firefox works. There's no bug or anything. I guess I'll leave it open in case you want to add an expires header anyway, if not, please close.

@neoacevedo
Copy link

What I see when I get this issue is some parts of the map tiles are not downloaded and rendered. But the same error is shown in Chrome.

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

No branches or pull requests

2 participants