Re: [w3ctag/design-reviews] Web Bluetooth Scanning (#333)

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