Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/tests/crashtests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 830 B image not shown  

Quelle  1903905.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/webrtc/tests/crashtests/1903905.html


<!DOCTYPE html>
<html class="reftest-wait">
<head>
    <script>
       async function boom() {
        const pc1 = new RTCPeerConnection();
        const pc2 = new RTCPeerConnection();
        const channel1 = pc1.createDataChannel("dummy");
        channel1.close();
        pc1.onicecandidate = e => pc2.addIceCandidate(e.candidate);
        pc2.onicecandidate = e => pc1.addIceCandidate(e.candidate);
        await pc1.setLocalDescription();
        await pc2.setRemoteDescription(pc1.localDescription);
        await pc2.setLocalDescription();
        await pc1.setRemoteDescription(pc2.localDescription);
        const channel2 = pc2.createDataChannel("real");
        await new Promise(r => channel2.onopen = r);
        document.documentElement.removeAttribute("class");
      }
      boom();
    </script>
</head>
</html>

Messung V0.5 in Prozent
C=96 H=91 G=93

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.