Files
node/lib
Timothy Gu 61d6293033 url: improve URLSearchParams spec compliance
- Make URLSearchParams constructor spec-compliant
- Strip leading `?` in URL#search's setter
- Spec-compliant iterable interface
- More precise handling of update steps as mandated by the spec
- Add class strings to URLSearchParams objects and their prototype
- Make sure `this instanceof URLSearchParams` in methods

Also included are relevant tests from W3C's Web Platform Tests
(https://github.com/w3c/web-platform-tests/tree/master/url).

Fixes: https://github.com/nodejs/node/issues/9302
PR-URL: https://github.com/nodejs/node/pull/9484
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-12-07 12:19:23 -05:00
..
2016-10-18 15:29:38 -07:00
2016-10-14 13:37:12 -07:00
2016-10-19 08:57:20 -07:00
2016-10-16 22:01:02 +02:00
2016-11-29 07:33:24 -05:00
2016-10-31 15:51:57 -04:00
2016-10-18 15:38:43 -07:00
2016-11-01 23:40:44 +01:00
2016-10-04 12:17:32 -04:00
2016-10-04 12:17:32 -04:00
2016-08-10 23:41:28 +02:00
2016-12-06 12:37:24 -08:00
2016-10-26 19:24:22 -07:00
2016-11-06 20:18:56 +02:00