Confirmed users
153
edits
Line 312: | Line 312: | ||
var ndefRecords = new MozNDEFRecord(tnf, type, id, payload); | var ndefRecords = new MozNDEFRecord(tnf, type, id, payload); | ||
var writereq = nfctag.writeNDEF(ndefRecords); | var writereq = nfctag.writeNDEF([ndefRecords]); | ||
writereq.onsuccess = function(e) { | writereq.onsuccess = function(e) { | ||
console.log("Successfully wrote records to tag"); | console.log("Successfully wrote records to tag"); |