mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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>
|