Skip to content

Commit

Permalink
Rename NDEFReader.p.onerror to onreadingerror
Browse files Browse the repository at this point in the history
This change renames NDEFReader.prototype.onerror to
NDEFReader.prototype.onreadingerror, per the spec change at
w3c/web-nfc@a71bff9
(w3c/web-nfc#601).
  • Loading branch information
sideshowbarker committed Dec 8, 2020
1 parent 30ea157 commit 707bf71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/NDEFReader.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
}
}
},
"onerror": {
"onreadingerror": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NDEFReader/onerror",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NDEFReader/onreadingerror",
"support": {
"chrome": {
"version_added": false
Expand Down

0 comments on commit 707bf71

Please sign in to comment.