aef524506b
Currently `new Request({search: ...})` is not honored, and `new Request({params: {'x': 'y'}) doesn't work either, as this object would have toString() called. This change allows both of these cases to work, as proved by the 2 new tests. Fixes #15761 PR Close #16392 |
||
---|---|---|
.. | ||
backends | ||
base_request_options_spec.ts | ||
headers_spec.ts | ||
http_spec.ts | ||
static_request_spec.ts | ||
static_response_spec.ts | ||
url_search_params_spec.ts |