Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>