Bug 1559299 [wpt PR 17337] - Update interfaces/web-nfc.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#17337)

Source: https://github.com/tidoust/reffy-reports/blob/2756789/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/545592907
--

wpt-commits: 44943db7deaaa8f7d9dae2c60f5cf3037c7b7bf1
wpt-pr: 17337
This commit is contained in:
autofoolip 2019-07-19 12:12:23 +00:00 коммит произвёл James Graham
Родитель f420f0f435
Коммит 11a7a49120
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ interface NFCReader : EventTarget {
[Constructor(DOMString type, NFCReadingEventInit readingEventInitDict), SecureContext, Exposed=Window]
interface NFCReadingEvent : Event {
readonly attribute DOMString serialNumber;
readonly attribute NDEFMessage message;
readonly attribute object message; // NDEFMessage
};
dictionary NFCReadingEventInit : EventInit {