downtime
Version:
Background tasks API abstraction. Do background work during browser idle time.
16 lines (13 loc) • 489 B
HTML
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>downtime</title>
<style>
:link, :visited { color: Indigo }
html { background: #eee; color: #111 }
html { font: 1em/1.5 system-ui, sans-serif }
body { margin: auto; padding: 1.5rem }
</style>
Relax and try <a href="https://github.com/ryanve/downtime">downtime</a> in the console :)
<script src="downtime.js"></script>
<script src="test.js"></script>