aduros / flambe

Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe/wiki
MIT License
744 stars 118 forks source link

Fixed some slight type changes with the Haxe 3.2 nightlies. #324

Closed volkipp closed 9 years ago

volkipp commented 9 years ago

This shouldn't cause any problems if you're running Haxe 3.1.3 stable because I just made the slight API changes "untyped." I know it's a little sloppy, so if you have a different idea on how you'd like to handle it I can revise.

markknol commented 9 years ago

Why are we not using XMLHttpRequestResponseType here, that would make the code more safe?

aduros commented 9 years ago

@markknol That type isn't available in 3.1 and we want backwards compatibility.