cujojs / when

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

IE8 error using Object.create in TimeoutError #447

Closed kyle-dorman closed 9 years ago

kyle-dorman commented 9 years ago

Hi, I am getting an IE8 error due to TimeoutError setting its prototype by calling Object.create which doesn't seem to be supported in IE8.

unscriptable commented 9 years ago

Hey @kyle-dorman!

You will need to use an ES5 polyfill library such as poly.js or es5-shim to use when.js with IE8. If you need some help getting either of those to work with your loader, just reopen this issue and we'll try to give you a hand. :)

-- John