xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

Fix for #220 #221

Closed mkginfo closed 6 years ago

mkginfo commented 6 years ago

Please swap 460 line into 461 line.

var request = new XMLHttpRequest(); request.open('GET', ctx.basePath + url, true); request.responseType = 'arraybuffer';

mkginfo commented 6 years ago

@xeolabs , Please merge into master branch.

xeolabs commented 6 years ago

@mkginfo thanks! How did you find this fix? It seems as if it's a bug in IE's XMLHttpRequest - is that a known issue?