-
Notifications
You must be signed in to change notification settings - Fork 60
Unable to use on Safari and PhantomJS #104
Comments
I just tested this in Safari 5 and also in PhantomJS with the latest commit and this is definitely working fine. |
Ok, but it defenitely doesn't work on my side...
I also tried directly with PhantomJS (outside of karma), and it fails with the same error (with better identification on the code location).
|
There are natural browser bugs between environments, so it may well be in user code that this is happening. It just may take some debugging work to get there unfortunately due to the limited source maps support in Safari. |
At that moment, no user-code is executed at all. Here's what crashes, in PhantomJS: system.src.js
getSource(load, true) ==
Any clue? |
Are you saying that the |
No, i was just outputting the value of That means...
... is failling in PhantomJS (only on my side it looks like) |
Tried debugging that the entire day. Chrome:
PhantomJS:
I think in PhantomJS, it try to use the module before it gets loaded. |
and maybe other browsers, who knows...
The stacktrace below is the result of a remote BrowserStack test.
I have the same result on a local PhantomJS test, but not on a local chrome or firefox.
The tests also pass on remote BrowserStack firefox or chrome (my setup isn't the culprit).
The text was updated successfully, but these errors were encountered: