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

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

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

wpt-commits: ee257bdb4ecd061513b43dfb9582f700a32b93cd
wpt-pr: 18266
This commit is contained in:
autofoolip 2019-08-06 17:28:32 +00:00 коммит произвёл moz-wptsync-bot
Родитель c30b1b3ba0
Коммит f29efcd9b6
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -20,6 +20,7 @@ typedef (DOMString or unrestricted double or ArrayBuffer or object) NDEFRecordDa
interface NDEFRecord {
readonly attribute NDEFRecordType recordType;
readonly attribute USVString mediaType;
USVString toText();
[NewObject] ArrayBuffer toArrayBuffer();
[NewObject] object toJSON();
@ -28,6 +29,7 @@ interface NDEFRecord {
dictionary NDEFRecordInit {
NDEFRecordType recordType;
USVString mediaType;
NDEFRecordData data;
};