| Index: modules/nfc/NFCMessage.idl
|
| diff --git a/modules/background_sync/PeriodicSyncEventInit.idl b/modules/nfc/NFCMessage.idl
|
| similarity index 55%
|
| copy from modules/background_sync/PeriodicSyncEventInit.idl
|
| copy to modules/nfc/NFCMessage.idl
|
| index 60d2b728b8a9eea69f187c8524845b5210a8c763..5cea9c7033af49926cd83b571aa2f968771579ac 100644
|
| --- a/modules/background_sync/PeriodicSyncEventInit.idl
|
| +++ b/modules/nfc/NFCMessage.idl
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -dictionary PeriodicSyncEventInit : ExtendableEventInit {
|
| - required PeriodicSyncRegistration registration;
|
| +// https://w3c.github.io/web-nfc/#the-nfcmessage-dictionary
|
| +
|
| +dictionary NFCMessage {
|
| + sequence<NFCRecord> data;
|
| + USVString url;
|
| };
|
|
|