We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79c748 commit 8940935Copy full SHA for 8940935
2 files changed
Changes
@@ -32,3 +32,6 @@ Change to how page loading is checked in fire events.
32
33
0.125 Mon Oct 5 13:15 CET 2020
34
- allow multiple concurrent navigations (can be caused by iframes) and turn die into opt-in warn
35
+
36
+0.126 Tue Oct 6 11:00 CET 2020
37
+- navigation requests to about:blank never properly finish and cause WebKit to hang
lib/WWW/WebKit2.pm
@@ -55,7 +55,7 @@ use XSLoader;
55
use English '-no_match_vars';
56
use POSIX qw(F_SETFD F_GETFD FD_CLOEXEC);
57
58
-our $VERSION = '0.125';
+our $VERSION = '0.126';
59
60
use constant DOM_TYPE_ELEMENT => 1;
61
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
0 commit comments