thybag / JavaScript-Ical-Parser

Proof of concept Javascript ical (.ics) parser
39 stars 19 forks source link

Allow the use of extra parameters for the xmlHttp object #4

Open sauvagec opened 8 years ago

sauvagec commented 8 years ago

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.