5ed71fcb8f
This patch adds a test to verify that navigation properly waits for the network to become idle. References #10
6 lines
112 B
HTML
6 lines
112 B
HTML
<script>
|
|
fetch('fetch-request-a.js');
|
|
fetch('fetch-request-b.js');
|
|
fetch('fetch-request-c.js');
|
|
</script>
|