- From: Alexander Shalamov via GitHub <sysbot+gh@w3.org>
- Date: Fri, 23 Oct 2015 09:55:50 +0000
- To: public-web-nfc@w3.org
@kenchris Someting like this?
```javascript
partial interface Navigator {
Promise<NFC> requestNFC();
};
interface NFC {
push
cancel
watch
unwatch
};
```
--
GitHub Notif of comment by alexshalamov
See https://github.com/w3c/web-nfc/issues/67#issuecomment-150531805
Received on Friday, 23 October 2015 09:55:53 UTC