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
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Passing an unreachable domain (For example http://sdfdfdteterter.com ) does not trigger the "error" event.
If the current behavior is a bug, please provide the steps to reproduce. const generator = SitemapGenerator("http://sdfdfdteterter.com"); generator.start();
What is the expected behavior?
"error" event should be triggered if the initial URL is unreachable.
The text was updated successfully, but these errors were encountered:
Not sure, there might be some edge cases. The error @Rob-Rychs got is caused by a client error (but might be thrown if site is not reachable/dns entry not found. (See here). Additionally you could subscribe to the error event which might fire a 404.
Do you want to request a feature or report a bug?
bug
What is the current behavior?
Passing an unreachable domain (For example http://sdfdfdteterter.com ) does not trigger the "error" event.
If the current behavior is a bug, please provide the steps to reproduce.
const generator = SitemapGenerator("http://sdfdfdteterter.com"); generator.start();
What is the expected behavior?
"error" event should be triggered if the initial URL is unreachable.
The text was updated successfully, but these errors were encountered: