Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Ignore the case sensitive of Http Request (#1702)
Change Logs: 1) Fix:Due to Http Request string shouldn't be case sensitive. So convert them in lowercase in union and do comparation to make something like `zh-CN` = `zh-cn`. 2) Fix a typo. 3) Change some "let" to "const".
- Loading branch information