• Robert Knight's avatar
    Replace query-string dependency with wrapper around `URLSearchParams` · e466e836
    Robert Knight authored
    For the client's very simple query string generating and parsing needs
    we can avoid this dependency by using a very simple wrapper around
    `URLSearchParams`. This also improves type checking since this
    dependency didn't provide types and we weren't using the
    @types/query-string package.
    
    The `stringify` function sorts parameters in the returned string for
    consistency with query-string's behavior.
    e466e836
Name
Last commit
Last update
..
components Loading commit data...
config Loading commit data...
helpers Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
markdown-commands.js Loading commit data...
media-embedder.js Loading commit data...
render-markdown.js Loading commit data...
search-client.js Loading commit data...
service-context.js Loading commit data...
websocket.js Loading commit data...