Christian Sirolli

Results 53 comments of Christian Sirolli

@yusukebe node's http.ClientRequest has the [abort event](https://nodejs.org/docs/latest-v10.x/api/http.html#http_event_abort) that is supposed to fire when "the request has been aborted by the client."

I would appreciate having this ability. I often use callbacks with fetch, and would like to keep the modal open if fetch gets a statusCode other than 200. I would...

Here's a [blog post](https://mattupstate.com/blog/my-time-in-open-source-a-memoir) from mattupstate that explains what has happened.