Skip to content

Instantly share code, notes, and snippets.

View yfriedman-cloud's full-sized avatar

yfriedman-cloud

  • Joined May 7, 2026
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>httpbin Native Async Repro</title>
<!-- Eager, parallel cellular connections! No parser blocking! -->
<script async src="https://httpbin.org/delay/15" crossorigin></script>
<script async src="https://httpbin.org/delay/30" crossorigin></script>
<script async src="https://httpbin.org/delay/45" crossorigin></script>
</head>
<body>