Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/gbnp/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 29.7.2024 mit Größe 7 kB image not shown  

Quelle  idlharness.any.js   Sprache: unbekannt

 
// META: global=window,dedicatedworker,sharedworker
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

idl_test(
  ['xhr'],
  ['dom''html'],
  idl_array => {
    idl_array.add_objects({
      XMLHttpRequest: ['new XMLHttpRequest()'],
      XMLHttpRequestUpload: ['(new XMLHttpRequest()).upload'],
      FormData: ['new FormData()'],
      ProgressEvent: ['new ProgressEvent("type")'],
    });
    if (self.Window) {
      self.form = document.createElement('form');
      self.submitter = document.createElement('button');
      self.form.appendChild(self.submitter);
      idl_array.add_objects({
        FormData: [
          'new FormData(form)',
          'new FormData(form, submitter)'
        ],
      });
    }
  }
);

Messung V0.5 in Prozent
C=94 H=97 G=95

[zur Elbe Produktseite wechseln0.14QuellennavigatorsAnalyse erneut starten2026-05-01]