[web-nfc] Rename data to entries

kenchris has just created a new issue for 
https://github.com/w3c/web-nfc:

== Rename data to entries ==
data in nfc.push({ data: { data: { name: "hey" }}}) is confusing.

'entries' is used a lot in existing DOM APIs.

 nfc.push({ entries: { data: { name: "hey" }}})

is much nicer


Please view or discuss this issue at 
https://github.com/w3c/web-nfc/issues/103 using your GitHub account

Received on Thursday, 12 May 2016 16:39:06 UTC