- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Tue, 13 Oct 2020 08:47:13 +0000
- To: public-web-nfc@w3.org
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