[web-nfc] NFCReader should contain those members of NFCReaderOptions? (#219)

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

== NFCReader should contain those members of NFCReaderOptions? ==
http://w3c.github.io/web-nfc/#constructing-an-nfcreader-object

> For each key → value of options:
If key equals "url", set reader.[[Url]] to value.
Otherwise, if key equals "recordType", set reader.[[RecordType]] to value.
Otherwise, if key equals "mediaType", set reader.[[MediaType]] to value.
Otherwise, if key equals "compatibility", set reader.[[Compatibility]] to value.

However, NFCReader definition does not have such members: Url, RecordType, MediaType, and Compatibility.

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

Received on Sunday, 5 May 2019 10:20:23 UTC