mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
8 lines
239 B
HTML
8 lines
239 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script src="/common/utils.js"></script>
|
|
<script>
|
|
// Cycle collection test for a case where the Request object is alive and accessible globally.
|
|
var req = new Request(`/`);
|
|
fetch(req)
|
|
</script>
|