NDEFReadingEvent

Draft: This page is not complete.

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.

Constructor

NDEFReadingEvent.NDEFReadingEvent()

Creates a new NDEFReadingEvent.

Properties

Inherits properties from its parent, Event.

NDEFReadingEvent.messageRead only

Returns an NDEFMessage object containing the received message.

NDEFReadingEvent.serialNumberRead 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.

Methods

Inherits methods from its parent, Event.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
NDEFReadingEvent
No
No
No
No
No
No
No
89
No
No
No
No
NDEFReadingEvent
No
No
No
No
No
No
No
89
No
No
No
No
message
No
No
No
No
No
No
No
89
No
No
No
No
secure_context_required
No
No
No
No
No
No
No
89
No
No
No
No
serialNumber
No
No
No
No
No
No
No
89
No
No
No
No

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/NDEFReadingEvent