- From: Alexander Shalamov via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Oct 2015 09:23:01 +0000
- To: public-web-nfc@w3.org
alexshalamov has just created a new issue for
https://github.com/w3c/web-nfc:
== Clamp NFCPushOptions.timeout and provide default values ==
If NFCPushOptions.timeout can be set to Infinity, it should be
clamped.
It will be also nice to have default values set for:
NFCPushOptions.timeout to "0xFFFFFFFF max timeout"
NFCPushOptions.target to "tag" enumeration value
```javascript
dictionary NFCPushOptions {
NFCPushTarget target = "tag";
[Clamp] unsigned long timeout = 0xFFFFFFFF;
};
```
See https://github.com/w3c/web-nfc/issues/81
Received on Friday, 30 October 2015 09:23:02 UTC