зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c30b1b3ba0
Коммит
f29efcd9b6
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче