[web-nfc] Fix type for external type (#262)

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

== Fix type for external type ==
External type is for custom data, so it is quite important to know what external type was encountered.

Currently we just set the type to `opaque` which is quite useless and forces the developer to do unreliable buffer sniffing.

I suggest we expose the URN type as the type instead like `urn:nfc:ext:intel.com:customrecord`

It is currently an enum so not sure how to do this spec wise

@Honry 

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

Received on Friday, 2 August 2019 12:33:37 UTC