web api overview
Web NFC API
Limited availability
The Web NFC API allows exchanging data over NFC via light-weight NFC Data Exchange Format (NDEF) messages.
[!NOTE] Devices and tags have to be formatted and recorded specifically to support NDEF record format to be used with Web NFC. Low-level operations are currently not supported by the API, however there is a public discussion about API that would add such functionality.
Interfaces
NDEFMessage- : Interface that represents NDEF messages that can be received from or sent to a compatible tag via a
NDEFReaderobject. A message is composed of metadata and NDEF Records.
- : Interface that represents NDEF messages that can be received from or sent to a compatible tag via a
NDEFReaderExperimental- : Interface that enables reading and writing messages from compatible NFC tags. The messages are represented as
NDEFMessageobjects.
- : Interface that enables reading and writing messages from compatible NFC tags. The messages are represented as
NDEFRecord- : Interface that represents NDEF records that can be included in an NDEF message.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.