Make parseSearch
and serializeSearch
compliant with the WHATWG specification
#9804
Labels
parseSearch
and serializeSearch
compliant with the WHATWG specification
#9804
Right now the
parseSearch
andserializeSearch
functions inutils
use custom string parsing:swagger-ui/src/core/utils/index.js
Lines 607 to 633 in 1a22b31
Instead, we should move to using
URLSearchParams
which will make these functions compliant with the WHATWG specification.The functions should be rewritten into:
Based on: #9722 (comment)
The text was updated successfully, but these errors were encountered: