Sign in
chromium
/
chromium
/
src.git
/
94de8546524bb95b385f7eb8a96b140fc0fc3c0d
/
.
/
content
/
test
/
data
/
fetch-keepalive.html
blob: cb57c1f8f538332016c4bd4cfe98b5a1c26d9c35 [
file
]
<!doctype html>
<script>
p
=
fetch
(
'/beacon'
,
{
keepalive
:
true
});
</script>