javascript - iOS XMLHttpRequest's responseXML Is null When responseText.length > 10000000 -


a web application of mine has begun failing suddenly. xmlhttprequest's responsexml null in safari on ios, though desktop , windows phone browsers tested parse xml , non-null responsexml. after lots of guessing , checking tonight, discovered ios's responsexml null when responsetext's length greater 10000000 (10 million characters). testing on ios 9.0.2 ipad 2.

does know how exceed 10000000-character limit? can't find documentation quirk. thank you.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -