blob: 88f976f9e490ac282b4b8c76b8fce7eb57749b75 [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 {
[CallWith=ExecutionContext] readonly attribute NFC nfc;
};