files/en-us/web/api/ndefmessage/index.md
{{securecontext_header}}{{SeeCompatTable}}{{APIRef("Web NFC API")}}
The NDEFMessage interface of the Web NFC API represents the content of an NDEF message that has been read from or could be written to an NFC tag. An instance is acquired by calling the NDEFMessage() constructor or from the {{domxref("NDEFReadingEvent.message")}} property, which is passed to the {{domxref("NDEFReader.reading_event", "reading")}} event.
NDEFMessage object, initialized with the given NDEF records.{{Specifications}}
{{Compat}}