NDEFRecord.toRecords()

Draft
This page is not complete.

Secure context
This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The toRecords() method of the NDEFRecord interface of Web NFC API parses record payload NDEFRecord.data besed on NDEFRecord.recordType and returns the result.

In practice, it's possible to implement the parsing mechanism manually, but this method simplifies the process.

Syntax

NDEFRecord.toRecords()

Parameters

None.

Return value

A list of NDEFRecords.

Exceptions

NotSupported
The User Agent does not know how to parse this combination of NDEFRecord.data and NDEFRecord.recordType.

Specifications

Specification Status Comment
Web NFC, NDEFRecord.toRecords() Draft Initial definition.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
toRecords
Experimental
Chrome No support NoEdge No support NoFirefox No support NoIE No support NoOpera No support NoSafari No support NoWebView Android No support NoChrome Android No support NoFirefox Android No support NoOpera Android No support NoSafari iOS No support NoSamsung Internet Android No support No

Legend

No support
No support
Experimental. Expect behavior to change in the future.
Experimental. Expect behavior to change in the future.