- From: Domenic Denicola via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Aug 2015 13:39:22 +0000
- To: public-web-nfc@w3.org
If the design being discussed is that all but one of those methods
could throw, then this is a terrible design. Symmetry with Push is not
a good reason.
In that case I would suggest instead
```
interface NFCData {
readonly attribute DOMString mimeType; // or type? or both?
any data; // ArrayBuffer or USVString or DOMString or JSON
}
```
--
GitHub Notif of comment by domenic
See https://github.com/w3c/web-nfc/issues/26#issuecomment-129876551
Received on Tuesday, 11 August 2015 13:39:23 UTC