blob: 1e569e8a845f385e4d54ff374ddeaeb8c94a2c36 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/web-nfc/#dom-ndefmessage
[
RuntimeEnabled=WebNFC,
SecureContext,
Constructor(NDEFMessageInit messageInit),
RaisesException=Constructor,
Exposed=Window
] interface NDEFMessage {
readonly attribute USVString url;
readonly attribute FrozenArray<NDEFRecord> records;
};