blob: 8fb0fb1bc03c4e7b0a01e8f8e10e12dc5b5a946e [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/#extensions-to-the-navigator-interface
[
ImplementedAs=NavigatorNFC,
RuntimeEnabled=WebNFC
] partial interface Navigator {
readonly attribute NFC nfc;
};