You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Parsing NDEF records, all record types valid following step except the empty record:
If ndefRecord's PAYLOAD field is not present, set record's data to null and return record.
But looks like only empty record's payload field is not present, and spec also doesn't allow constructing null data for all record types, so shall we throw error here?
The text was updated successfully, but these errors were encountered:
In Parsing NDEF records, all record types valid following step except the empty record:
But looks like only empty record's payload field is not present, and spec also doesn't allow constructing null data for all record types, so shall we throw error here?
The text was updated successfully, but these errors were encountered: