kbin-kes
kbin-kes copied to clipboard
[CHORE] Normalize safeGM.xmlhttpRequest to camelcase
Browser
Firefox-based
Script manager
Tampermonkey
KES version
4.3.0-beta.58
Describe the feature
The legacy GM API uses the notation xmlhttpRequest, while the 4.0 API uses the (presumably more correct) notation xmlHttpRequest. For some reason, safeGM leans on the legacy rendering. This chould be normalized to safeGM.xmlHttpRequest This needs to be done with care, because a couple of mods actually call this method directly.
See also: https://github.com/aclist/kbin-kes/issues/502