w3c / web-nfc

Web NFC
https://w3c.github.io/web-nfc/
Other
304 stars 67 forks source link

Support additional standardized record types #313

Open kenchris opened 4 years ago

kenchris commented 4 years ago

There are NDEF standardized records that might make sense to support – one is the Signature record and another is the Bluetooth handover one – not sure if it is restricted to Bluetooth Classic or whether we can do Web Bluetooth integration.

Record types:

Feel free to edit this entry to add additional known types

kenchris commented 4 years ago

I wonder whether we should support these by just allowing toArrayBuffer() to work for now? Or maybe we need to dig a bit futher