mobileTech icon indicating copy to clipboard operation
mobileTech copied to clipboard

ios 9.3.5 typeof XMLHttpRequest='object' ,not 'function', wf!!!

Open jsoncode opened this issue 8 years ago • 1 comments

ios 9.3.5 typeof XMLHttpRequest='object' ,not 'function', wf!!!

jsoncode avatar Jan 18 '17 12:01 jsoncode

测试了一下确实挺坑的

alert(typeof XMLHttpRequest)

大部分开源项目中的判断都是 typeof XMLHttpRequest != "undefined" 但是也有一部分是 typeof XMLHttpRequest === "function" image

nimoc avatar Jan 19 '17 07:01 nimoc