[web-nfc] Pull Request: Fix ignoreRead handling

zolkis has just submitted a new pull request for https://github.com/w3c/web-nfc:

== Fix ignoreRead handling ==
Since the Listening section already mandated listening to NFC content when activated readers exist, 
I modified the push() algorithm to not read manually tags any more (they have to be read by the readers anyway).
In turn, I modified the [reading algorithm](file:///z/code/web/web-nfc/index.html#the-nfc-reading-algorithm) to skip when there is a pending push with `ignoreRead` being `true`.

See https://github.com/w3c/web-nfc/pull/494

Received on Thursday, 26 December 2019 12:15:07 UTC