2
votes
2answers
992 views

IE8 is still caching my requests even with mathrandom

TLDR IE is still caching my requests even with Math.random() included in the URL. So I added math random onto the end of my url: var MYKMLURL = 'http://' + host + 'data/pattern?key='+ ...