DEV Community

Discussion on: Impressive Updates in Chrome 81 !

Collapse
 
thecodrr profile image
Abdullah Atta • Edited

Wouldn't this be a better way to check for NFCReader support?

if (window.NDEFReader) {
// do something
}
Collapse
 
nyamador profile image
Desmond

That's possible..It's just a matter of preference