Re: [web-nfc] How to read/parse local types (#505)

2 observations relating to local types.

1. https://w3c.github.io/web-nfc/#example-12, "act" is not a valid record type in our WebNFC world, should be ":act".

>    } else if (record.recordType == "act") {

2. https://w3c.github.io/web-nfc/#dfn-convert-ndefrecord-data-bytes, local type is missing. It should also support `toRecords()`.

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

Received on Friday, 10 January 2020 07:32:06 UTC