AlexxNB / tinro

Highly declarative, tiny, dependency free router for Svelte's web applications.
MIT License
669 stars 30 forks source link

meta.query is not URL decoded #81

Open Prinzhorn opened 2 years ago

Prinzhorn commented 2 years ago

https://svelte.dev/repl/0022cdbaabb24b9e808bfec397dba62b?version=3.42.1

assert(meta.query.foo === '/bar') fails

Compare this to https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams for example

Prinzhorn commented 2 years ago

Same for params https://svelte.dev/repl/db5c095f3a9d4d88bf74333bb42d9721?version=3.42.1