set default value to responseType of XMLHttpRequest.
Created by: nicosang
Hi,
this PR has to solve an issue in Firefox with MSS streams (for instance : http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest). ResponseType of XMLHttpRequest was set to 'text' value, the responses body was not well encoded. The use of default responseType solve this issue.
Nico