We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3dc7bd + 81cdc57 commit 937e532Copy full SHA for 937e532
1 file changed
lib/WWW/WebKit2/Navigator.pm
@@ -12,6 +12,7 @@ sub open {
12
13
# make sure previous page, if existing, has finished all its work and there are no
14
# ajax requests or the like stuck in the pipeline
15
+ $self->wait_for_pending_requests;
16
$self->process_page_load;
17
18
if ($url =~ /^http[s]?:/ or $url =~ /^file:/) {
0 commit comments