Re: [web-nfc] Do not require AbortController (#562)

Even Web Bluetooth Scanning doesn't use AbortController and also has a stop method. 

https://webbluetoothcg.github.io/web-bluetooth/scanning.html#bluetoothlescan

It is a bit different than just start/stop, as the main web bluetooth objects does a lot more than scanning. Here you receive an object back that you can call `stop` on. 

-- 
GitHub Notification of comment by kenchris
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/562#issuecomment-623469191 using your GitHub account

Received on Monday, 4 May 2020 13:38:05 UTC