function finish() {
postMessage({ type: "finish" });
}
ok("connection" in navigator, "navigator.connection should exist");
ok(navigator.connection, "navigator.connection returns an object");
ok(
navigator.connection instanceof EventTarget, "navigator.connection is a EventTarget object"
);
ok("type" in navigator.connection, "type should be a Connection attribute");
is(
navigator.connection.type, "none", "By default connection.type equals to none"
);
finish();
Messung V0.5
¤ Dauer der Verarbeitung: 0.11 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.