-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PhantomJS issues #13
Comments
Issue 2. Crypto tests in PhantomJS don't work because all references to WordArray objects behave differently to other browsers for some reason. Methods like |
I am actually getting the "Uncaught TypeError: Cannot read property 'destWindow' of null" in Chrome as well with the Karma test runner or nodeunit browser webserver runner. |
Issue 3. Upgrade test
Test suite will often then just hang at |
Issue 4. Less frequent, but I see
|
FYI, to see the work I have done and few small bugs I have fixed in ably-js to get PhantomJS running, see karma-nodeunit...phantom-js-fixes |
This is now resolved.
This is resolved; part of the library thought ArrayBuffer wasn't supported, but another part thought otherwise. All down to a Webkit issue where
This is resolved; at least I've not had this fail after multiple runs.
I've not seen any occurrence of this recently, but it is not Phantom-specific so I will close this issue. |
I will update this issue with issues as I find them.
this correlates with the following within
IframeTransport.prototype.createIframe
:The text was updated successfully, but these errors were encountered: