- From: Zoltan Kis via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Aug 2015 13:50:06 +0000
- To: public-web-nfc@w3.org
Right now we have
```webidl
[NoInterfaceObject]
interface NFCMessage {
readonly attribute USVString scope;
readonly attribute sequence<any> data;
// (DOMString or URL or Blob or JSON)
};
```
and this needs some update now, but the types are perfectly
determinable for writing.
If we want to be strict, we can do what @domenic suggests.
--
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/26#issuecomment-129879818
Received on Tuesday, 11 August 2015 13:50:10 UTC