mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-22 00:01:04 +00:00
68216153f3
Adds Playwright's async tests to ensure that functionality is not broken.
6 lines
106 B
HTML
6 lines
106 B
HTML
<script>
|
|
var req = new XMLHttpRequest();
|
|
req.open('GET', '/self-request.html');
|
|
req.send(null);
|
|
</script>
|