Reads the hash (a.k.a the fragment) associated with the current url and parses it like a url query string. E.g. key1=value1&key2=value2.
Keys and values are both decoded by normal url rules.
I explicitly allow + to be converted to space. These might be written by hand and + is convenient for that.
Reads the hash (a.k.a the fragment) associated with the current url and parses it like a url query string. E.g. key1=value1&key2=value2.
Keys and values are both decoded by normal url rules.
I explicitly allow + to be converted to space. These might be written by hand and + is convenient for that.