Re: [web-nfc] local types need some prefix of a kind (#375)

@zolkis If a NDEF Record with local type "text" were to be discovered by the platform, how would it be translated for web developers in Web NFC?

```js
const record = externalRecord.toRecords()[0];
if (record.recordType == "text") {
    // Is it a TEXT record (TNF Field 1) or a local type "text" record?
}
```

-- 
GitHub Notification of comment by beaufortfrancois
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/375#issuecomment-566985388 using your GitHub account

Received on Wednesday, 18 December 2019 11:04:14 UTC