Revision 4ed222f683a26ea90dcb5eef36cf3ea9c8ef65a0 authored by Josh Matthews on 12 September 2018, 16:20:36 UTC, committed by GitHub on 12 September 2018, 16:20:36 UTC
1 parent af3dc21
Raw File
idlharness.https.window.js
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://w3c.github.io/web-nfc/

idl_test(
  ['web-nfc'],
  ['html'],
  idl_array => {
    idl_array.add_objects({
      Navigator: ['navigator'],
      NFC: ['navigator.nfc'],
    });
  }
);
back to top