mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-21 10:32:51 +00:00
In our implementation of url-initialize, we were invoking the constructor of URLSearchParams: https://url.spec.whatwg.org/#dom-urlsearchparams-urlsearchparams Instead of the 'initialize' AO: https://url.spec.whatwg.org/#urlsearchparams-initialize This has the small difference of stripping any leading '?' from the query (which we are not meant to be doing!). |
||
---|---|---|
.. | ||
DOMURL.cpp | ||
DOMURL.h | ||
DOMURL.idl | ||
URLSearchParams.cpp | ||
URLSearchParams.h | ||
URLSearchParams.idl | ||
URLSearchParamsIterator.cpp | ||
URLSearchParamsIterator.h |