Re: [web-nfc] add a cancelAll() instead of cancelPush()

@jakearchibald, I know you guys are looking into cancellable promises 
or cancellation tokens. We would really benefit from that work, but it
 seems that we have the requirement that the cancellation is also 
async, so it is basically a race between cancel and completion.

My suggestion is that we postpone individual cancellation for the Web 
NFC spec for now so that we can easily adopt these new features when 
they appear in the platform and just use a global cancelAllPushes() 
for now.

-- 
GitHub Notif of comment by kenchris
See https://github.com/w3c/web-nfc/issues/86#issuecomment-153384414

Received on Tuesday, 3 November 2015 15:12:58 UTC