Home
last modified time | relevance | path

Searched refs:slashedProtocol (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/
Durl.js61 slashedProtocol,
295 (slashes || (proto && !slashedProtocol.has(proto)))) {
484 if (slashedProtocol.has(lowerProto) &&
685 if (this.slashes || slashedProtocol.has(protocol)) {
757 if (slashedProtocol.has(result.protocol) &&
775 if (!slashedProtocol.has(relative.protocol)) {
826 !slashedProtocol.has(result.protocol);
/third_party/node/lib/internal/
Durl.js127 const slashedProtocol = new SafeSet([ constant
1587 slashedProtocol, property
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md224 …b.com/nodejs/node/commit/8798db3bf3)] - **url**: add ws: and wss: to slashedProtocol set (Luigi Pi…