mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
9 lines
248 B
HTML
9 lines
248 B
HTML
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(performance.navigation.type);
|
|
println(performance.navigation.redirectCount);
|
|
println(performance.navigation === performance.navigation);
|
|
});
|
|
</script>
|