- From: François Beaufort via GitHub <sysbot+gh@w3.org>
- Date: Wed, 18 Dec 2019 11:04:13 +0000
- To: public-web-nfc@w3.org
@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