cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 394 forks source link

Emit unhandledRejection on Internet Explorer (+ fixes on Windows) #496

Closed Volune closed 7 years ago

Volune commented 7 years ago

Hello,

This Pull Request is to emit the unhandledRejection event on Internet Explorer, which doesn't support the CustomEvent class.

I've manually tested on Internet Explorer 9 and 11.

Also provide some fixes to build and test on Windows.

briancavalier commented 7 years ago

Thanks @Volune!