blob: b8d7f502543c35b2d6ee431aa28f9fa1f463a1f8 [file] [log] [blame]
// Copyright 2019 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.
// Specification at:
// http://w3c.github.io/web-nfc/#dom-ndeferroreventinit
dictionary NDEFErrorEventInit : EventInit {
required DOMException error;
};