Re: [web-nfc] URL objects

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