mirror of https://github.com/nodejs/node.git
url: Set href to null by default
parent
5dc51d4e21
commit
5dd91b0147
|
@ -40,6 +40,7 @@ function Url() {
|
||||||
this.query = null;
|
this.query = null;
|
||||||
this.pathname = null;
|
this.pathname = null;
|
||||||
this.path = null;
|
this.path = null;
|
||||||
|
this.href = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reference: RFC 3986, RFC 1808, RFC 2396
|
// Reference: RFC 3986, RFC 1808, RFC 2396
|
||||||
|
|
Loading…
Reference in New Issue