Zbyszek Tenerowicz

Results 283 comments of Zbyszek Tenerowicz

The issue was about something else and I'd rather you created a new one, but there's valuable content here now and I came too late, so there you go. Please...

I left my phone at home, so can't 2fa to github now... Great contribution. Compatibility issues and env fixes is what we want to collect here. It's a breaking change,...

We could start a v3 branch and you could install from GitHub instead of npm. I'm planning to start working on v3  this Friday. Are you on a schedule/deadline? I...

I did some more looking around and it seems that the requirement of freezing XMLHttpRequest is a bit unusual. Can you share some more context on that? XMLHttpRequest is generally...

Makes sense. On the other hand, I wonder if `xhr` should be altered functionally for such an edge case. For now, I brought back the features you removed under a...

I mean the other way around than shitty-qs works, but that's the main point - you can use anything to put query params in the url (I like how `Array.join`...

Ok, thanks for the reminder. I always had trouble following the rule of silence in my ideas...

It's a hard decision. Sometimes, when you're reusing code between node and browser and put `xhr` in place of `request` you want certain features to only work in node. I...

@reqshark we'd drop most of the support for browsers that don't have a standard compliant XMLHttpRequest object, so in IE8 and IE9 cross-origin will no longer work. Also, tweaks for...

I looked at the http-core. Good stuff. Far too many features for this library though - the idea behind xhr is to be a minimalistic api subset and v3 should...