Re: [web-nfc] What is the correct way to check whether the browser supports Web NFC API or not? (#434)

`navigator.permissions.query` will always be silent.  What we could use is `navigator.permissions.request`, however it is not functional at the moment in Chromium.

Having something similar to Geolocation makes sense to me.
I'll ping appropriate folks. Thanks!

-- 
GitHub Notification of comment by beaufortfrancois
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/434#issuecomment-549809996 using your GitHub account

Received on Tuesday, 5 November 2019 12:52:00 UTC