Re: [web-nfc] URL objects

> there's also e.g., application/vnd.github+json and various others 
JSON MIME types.

That would be conveyed as Blob with the given MIME type, exposed as
```javascript
{
   type: "application/vnd.github+json",
   data: 0
}
```
and on NFC level it would be a TNF 2 media message with the given MIME
 type.


-- 
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/26#issuecomment-129877686

Received on Tuesday, 11 August 2015 13:43:29 UTC