You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
the callback onResourceReceived fires whenever a chunk was received - so for a larger resource it will fire multiple times wiht a null status code because the resource is still being downloaded.
Phantom currently has trouble handling redirects happening via Javascript - you need to check for onNavigationRequested - and then do a new page.open
Apparently Phantom pretends to be a touch browser: #10375
their mobile code is poor - touch != mobile...
function redirectMobile() {
var isMobile = 'ontouchstart' in window;
if (isMobile) {
window.location.href = "http://m.taobao.com/channel/act/juwap/download.php ";
}
}
Due to our very limited maintenance capacity, we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed (see #15395 for more details). In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution!
my code is like this:
and terminal stdout:
There are many statusCode is null, and open the page's status is "fail", but i open that page at the browser is ok.
What is wrong?
The text was updated successfully, but these errors were encountered: