[web-nfc] Consider using AbortController rather than a stop() method (#225)

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

== Consider using AbortController rather than a stop() method ==
Somehow #147 became about `cancelPush()` rather than `cancelWatch()` (now `stop()`). `push()` now takes an `AbortSignal` but `NFCReader` still uses the `start()` and `stop()` pattern.

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

Received on Friday, 24 May 2019 23:18:03 UTC