// test the link rel=preconnect element in the head for both normal
// and crossOrigin=anonymous varlink = document.createElement("link"); link.rel = "preconnect"; link.href = "//localhost:8888";
document.head.appendChild(link); link = document.createElement("link"); link.rel = "preconnect"; link.href = "//localhost:8888"; link.crossOrigin = "anonymous";
document.head.appendChild(link);
// test the http link response header - the test contains both a
// normal and anonymous preconnect linkheader variframe = document.createElement('iframe'); iframe.src = 'rel_preconnect.sjs?//localhost:8888';
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.