Re: [web-nfc] Handle case when NFC support is disabled

Currently the Promises just fail.
We could have a specific error for this, but one concern is 
fingerprinting (pages that get denied NFC access anyway could still 
sniff if there is NFC adapter on the device).

Since the two possible outcomes are
1. NFC not supported at all
2. NFC disabled,
the user agent could figure out what to do, without necessarily making
 the script aware.
So let's keep the current behavior of just returning a generic error.

-- 
GitHub Notif of comment by zolkis
See https://github.com/w3c/web-nfc/issues/79#issuecomment-153288993

Received on Tuesday, 3 November 2015 08:44:38 UTC