blob: 1b6d2e6a0474b9a02c79b3ed249e8f531c2f0843 [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.
// http://w3c.github.io/web-nfc/
[
RuntimeEnabled=WebNFC,
] partial interface Navigator {
readonly attribute NFC nfc;
};