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
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
Is there any way to prevent a console.error when I request a certain URL?
Specifically, I'm using Gravatar API to check if an image is available or not, and if not I have some different logic. When the image is not available I want the API to return 404, so I can handle this in my application logic, but then I get a 404 in the console, and I would like to avoid this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there any way to prevent a
console.error
when I request a certain URL?Specifically, I'm using Gravatar API to check if an image is available or not, and if not I have some different logic. When the image is not available I want the API to return 404, so I can handle this in my application logic, but then I get a 404 in the console, and I would like to avoid this.
The text was updated successfully, but these errors were encountered: