tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.https.window.js (299B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 // https://w3c.github.io/device-posture/
      5 
      6 'use strict';
      7 
      8 idl_test(["device-posture"], ["html", "dom", "webidl"], (idl_array) => {
      9  idl_array.add_objects({
     10    DevicePosture: ["navigator.devicePosture"],
     11  });
     12 });