This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core-xhr.html): GET params sometimes not be added to querystring
If the method is set to "get" (instead of "GET") via the options, params will not be URL encoded and included as query parameters in the URI. Case should not be a factor when checking the method of the request.
- Loading branch information