[web-nfc] Make NFCPushOptions optional for pushMessage

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