34 Commits (a7f772416731b740d2a451ff15e2c9c98dbab50a)

Author SHA1 Message Date
Timothy Gu fa41dd117d url: fix handling of ? in URLSearchParams creation 8 years ago
Michaël Zasso 66e263035a url: implement URL.prototype.toJSON 8 years ago
Timothy Gu c6b12d0984 url: fix surrogate handling in encodeAuth() 8 years ago
Timothy Gu 781eb90960 benchmark: add url/url-searchparams-sort.js 8 years ago
Timothy Gu 02d1e32fe3 url: add urlSearchParams.sort() 8 years ago
James M Snell 9549329158 fs: allow WHATWG URL and file: URLs as paths 8 years ago
James M Snell 5e52a9ac09 Revert "fs: allow WHATWG URL and file: URLs as paths" 8 years ago
James M Snell 79400bfbfd fs: allow WHATWG URL and file: URLs as paths 8 years ago
Timothy Gu 0792d452e8 url: fix setting `url.search` to the empty string 8 years ago
James M Snell c5e9654b5b url: extend url.format to support WHATWG URL 8 years ago
Timothy Gu cc48f21c83 url: extend URLSearchParams constructor 8 years ago
Timothy Gu 90c2ac7be3 url: make URLSearchParams/Iterator match spec 8 years ago
Timothy Gu 06ecf4dec7 url: define @@toStringTag as a data property 8 years ago
Timothy Gu d65904bc6a url: do not public expose inspect methods on URL 8 years ago
Timothy Gu e71c278288 url: stop exporting originFor() 8 years ago
Timothy Gu ed0086fb46 url: check forEach callback is a function 8 years ago
Rich Trott 6b6123cfbe url: refactor lib/internal/url.js 8 years ago
Timothy Gu 326e967c6b url: export URLSearchParams 8 years ago
Timothy Gu 98bb65f641
url: improving URLSearchParams 8 years ago
James M Snell 0f62ee6963 url: allow use of URL with http.request and https.request 8 years ago
James M Snell 5161b00af5 url: change null password handling 8 years ago
James M Snell f5d92f3563 url: set toStringTag for the URL class 8 years ago
Joyee Cheung 2177a38178 url: TupleOrigin#toString use unicode by default 8 years ago
James M Snell ac90d298d4 url: fix accidental filemode change 8 years ago
Michaël Zasso b465cd07fe url: fix URL query update if searchParams changes 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
James M Snell abc1633de6 url: move originFor, domainToAscii and domainToUnicode 8 years ago
James M Snell 2213f3640a url: performance improvement in URL implementation 8 years ago
Joyee Cheung 508d97628b url: make WHATWG URL properties spec compliant 8 years ago
Jay Brownlee 4f97a146ff
url, test: fix typo in inspect output, add test 8 years ago
joyeecheung a84017a689 url, test: including base argument in originFor 8 years ago
Timothy Gu 61d6293033 url: improve URLSearchParams spec compliance 8 years ago
Safia Abdalla 883173289d
url: add inspect function to TupleOrigin 8 years ago
James M Snell 4b312387ea url: adding WHATWG URL support 9 years ago