- From: Han Leon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 02 Dec 2019 08:36:52 +0000
- To: public-web-nfc@w3.org
In Chromium:
- Not support any operations on NFC peers, just NFC tags for now.
- Not support reading/writing for several well-known type records.
1. Smart poster records
2. Signature records
3. Handover records
4. Local type name (acting as embedded records)
- Not support writing embedded records, i.e. `NDEFRecordInit#data`
does not accept `NDEFMessageInit` yet.
- Not support triggering `NDEFReader#onerror` to notify errors that happened while trying to read a nfc tag, e.g. the tag coming nearby is not ndef-compatible, or some other IO errors.
- Not support calling `NDEFReader#scan()` the second time on the reader object which is already in the middle of scan().
--
GitHub Notification of comment by leonhsl
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/455#issuecomment-560290421 using your GitHub account
Received on Monday, 2 December 2019 08:36:53 UTC