Re: [web-nfc] 9.10.1 The push() method doesn't mention how record data is verified (#277)

10.8 of https://w3c.github.io/web-nfc/#the-push-method states:

> Let output be the notation for the NDEF message to be created by UA, as the result of passing message to create Web NFC message. If this throws an exception, reject p with that exception and abort these steps.

And 'create Web NFC message' process verifies data of `NDEFMessageInit`, like an invalid record type as '`blablabla`'. See https://w3c.github.io/web-nfc/#creating-web-nfc-message 

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

Received on Thursday, 5 September 2019 07:57:36 UTC