1
    2
    3
    4

content / test / data / send-beacon.html [blame]

<!doctype html>
<script>
navigator.sendBeacon('/beacon', 'hello');
</script>