- From: Zoltan Kis via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Aug 2015 13:52:58 +0000
- To: public-web-nfc@w3.org
That is,
```webidl
interface NFCMessage {
readonly attribute USVString scope;
readonly attribute sequence<NFCRecord> data;
};
interface NFCRecord {
readonly attribute DOMString mimeType;
readonly attribute any data;
};
```
```
--
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/26#issuecomment-129881461
Received on Tuesday, 11 August 2015 13:53:05 UTC