Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/Documentation/gpu/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 2 kB image not shown  

Quelle  file_xslt.js   Sprache: unbekannt

 
let features = [
  "camera",
  "fullscreen",
  "gamepad",
  "geolocation",
  "microphone",
  "storage-access",
].map(f => [f, document.featurePolicy.getAllowlistForFeature(f)]);

document.documentElement.requestFullscreen().finally(() => {
  let fullscreen = document.fullscreenElement == document.documentElement;
  document.exitFullscreen().finally(() => {
    parent.postMessage({ fullscreen, features }, "*");
  });
});

Messung V0.5
C=91 H=98 G=94

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]