- From: Giovanni Ortuño <notifications@github.com>
- Date: Mon, 09 Sep 2019 23:57:18 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 September 2019 06:57:39 UTC
I find the use of AbortController a bit confusing in this case. I would expect `abort` to be used when stopping a pending request e.g. a connection request before the connection is made, not when a connection is already established. In this case, since the request to start a scan has already been completed, a `stop()` method makes more sense to me. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/333#issuecomment-529799579
Received on Tuesday, 10 September 2019 06:57:39 UTC