Sha256: 43b34ad7f68f610178e40218ca8d562b1cdf879c7e24844634583e3fa91f8e66
Contents?: true
Size: 349 Bytes
Versions: 135
Compression:
Stored size: 349 Bytes
Contents
<html> <head> <script> function delay_unload() { var start = new Date(); var i = 0; while ((new Date()) - start < 1000){ i = i + 1; }; return null; } window.onbeforeunload = delay_unload; window.onunload = delay_unload; </script> </head> <body> <div>This delays unload by 2 seconds</div> </body> </html>
Version data entries
135 entries across 118 versions & 5 rubygems