Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /fetch/api/crashtests/request.html - WPT Dashboard Interop Dashboard
<!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>