[web-nfc] Data Mapping part is missing toRecords() (#354)

leonhsl has just created a new issue for https://github.com/w3c/web-nfc:

== Data Mapping part is missing toRecords() ==
With the description in https://w3c.github.io/web-nfc/#the-ndefrecord-interface:
> external
If the recordType value is an external type, then return the result of running parse records from bytes on bytes.
Otherwise, return null.

`toRecords()` should be only available for external type records, which should be clear in [Data Mapping](https://w3c.github.io/web-nfc/#data-mapping).

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/354 using your GitHub account

Received on Tuesday, 24 September 2019 07:02:35 UTC