We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d512c26 commit e2ec541Copy full SHA for e2ec541
2 files changed
Changes
@@ -29,3 +29,6 @@ Change to how page loading is checked in fire events.
29
30
0.124 Thu Oct 1 08:16:00 CET 2020
31
- error correction for tests when run as root. Use ok in wrong position
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
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.124';
+our $VERSION = '0.125';
59
60
use constant DOM_TYPE_ELEMENT => 1;
61
use constant ORDERED_NODE_SNAPSHOT_TYPE => 7;
0 commit comments