Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The NDEFReadingEvent interface of the Web NFC API represents events dispatched on new NFC readings obtained by NDEFReader.
NDEFReadingEvent.NDEFReadingEvent() Creates a new NDEFReadingEvent.
Inherits properties from its parent, Event.
NDEFReadingEvent.message Read only Returns an NDEFMessage object containing the received message.
NDEFReadingEvent.serialNumber Read only Returns the serial number of the device, which is used for anti-collision and identification, or an empty string if no serial number is available.
Inherits methods from its parent, Event.