- From: Alexander Shalamov via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Oct 2015 09:28:23 +0000
- To: public-web-nfc@w3.org
alexshalamov has just created a new issue for
https://github.com/w3c/web-nfc:
== Make NFCPushOptions optional for pushMessage ==
In my opinion, by making NFCPushOptions optional, we can improve API
usability and developers would need to type less code for main
use-cases.
```javascript
pushMessage(message);
// Instead of
pushMessage(message, {target: "tag", timeout: Infinity});
```
See https://github.com/w3c/web-nfc/issues/82
Received on Friday, 30 October 2015 09:28:28 UTC