1. 17

    Don’t miss Brian Krebs’ amazing investigative work from back in January. (He correctly identified two of the three defendants as being involved in Mirai.)

    1. 1

      I think none of these approaches cancel/close the underlying resource, except for using observables? Is there any timeline on when fetch is going to support aborting, now that the cancel proposal for Promises has been rejected.

      1. 1

        AbortSignal and AbortController are in the WHATWG DOM spec now, and Firefox and Edge already support it. So I suppose the timeline is “whenever the other major browsers implement it”.