Collector s205
URL parser quirks
the protocol the URL parser assigns to a drive letter path
Group: JavaScript engine · signal map · run it live
// s205 — sig_s205_url
// module cm, stage3, codes 0
//
// measures
// URL
// reported value
// value
// probes
// "C:/"
//
// 0 owned helpers inlined below.
// agent.clean.js:281
function sig_s205_url() {
return { s: 0, v: new URL("C:/").protocol };
}