Re: [web-nfc] Join NDEFReader and NDEFWriter (#601)

What does happen with code below?
```js
const promise1 = navigator.nfc.ndef.scan();
const promise2 = navigator.nfc.ndef.scan();
```
Which `promise1` of `promise2` reject?
It is not clear to me.

Same for `write()`...

-- 
GitHub Notification of comment by beaufortfrancois
Please view or discuss this issue at https://github.com/w3c/web-nfc/pull/601#issuecomment-707592301 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 13 October 2020 08:47:14 UTC