aurelia / task-queue

A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.
MIT License
36 stars 21 forks source link

Broken in IE10 #9

Closed rdelvek closed 8 years ago

rdelvek commented 8 years ago

Hello, I was wondering if there is a way to get TaskQueue to work in IE10 on a simple Hello World app. I tried using the solution found on http://eisenbergeffect.bluespire.com/aurelia-update-with-decorators-ie9-and-more/. My previous error was: "Error: Error invoking TaskQueue. Check the inner error for details." now with this 'fix' from the URL above, I am getting: "SCRIPT28: Out of stack space es6-collections.js, line 1 character 44". Can someone please try to make a clean slate Aurelia app and make it work for IE10? Any thoughts or ideas?

rdelvek commented 8 years ago

Found the solution at: https://github.com/aurelia/documentation/blob/master/English/docs.md

Closing issue