You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older versions have a serious bug: can not use properties and methods of Object.prototype as a search parameter name, such as hasOwnProperty. This would course an error.
Decode query string which has special characters. When a query string has % and cannot be decoded, it couldn't parse correctly and would throw an error before. This issue is fixed in this version. #38