[web-nfc] No 'id' field in NDEFMessageSource (#374)

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

== No 'id' field in NDEFMessageSource ==
Step 4.3 of https://w3c.github.io/web-nfc/#creating-ndef-message, `message's id` does not exist.

> If message's id is not null:
Set identifier to the result of invoking create a record identifier given id. If this throws an exception, re-throw it.
Set ndef's IL field to 1.
Set ndef's ID LENGTH field to the length of identifier.
Set ndef's ID field to identifier.

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

Received on Tuesday, 15 October 2019 05:22:32 UTC