<script type="application/javascript">
// This function is called into an iframe.
function runTestInIframe() { var audioContext = new AudioContext();
function loading() {
audioContext.audioWorklet.addModule("server_import_with_cache.sjs")
.then(() => {
ok(true, "Import should load a resource.");
}, () => {
ok(false, "Import should load a resource.");
})
.then(() => {
done();
});
}
var count = 0;
const MAX = 10;
function done() {
if (++count == MAX) {
SimpleTest.finish();
}
}
for (var i = 0; i < MAX; ++i) {
loading();
}
}
</script>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
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.