JavaScript-Ical-Parser
JavaScript-Ical-Parser copied to clipboard
Allow the use of extra parameters for the xmlHttp object
I needed to set the "withCredentials" parameter to true to be able to perform cross-domain requests. This addition does not change anything to the library signature and it is compatible with existing uses. Thanx for accepting it.