[web-nfc] Get rid of AbortController (#562)

kenchris has just created a new issue for https://github.com/w3c/web-nfc:

== Get rid of AbortController ==
Also, lots of thought around AbortController with TAG members.

`scan` is a continuously running operation until cancelled, (or loss of focus etc) and not just a long running task, so me and others have come to the conclusion that AbortController is not the proper way to cancel our scans. I suggest that we follow Generic Sensors instead and introduce a `start()` and `stop()` method instead.

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/562 using your GitHub account

Received on Wednesday, 22 April 2020 13:57:49 UTC