README
Loop Detection
This attempt to detect infinite loops and notifies when they are found. It follows the same method of loop-protect, which is using a timer to indicate if a loop is running too long.
TODO(ibash) add usage and example information
This attempt to detect infinite loops and notifies when they are found. It follows the same method of [loop-protect](https://github.com/jsbin/loop-protect), which is using a timer to indicate if a loop is running too long.
<script type="module">
import loopDetection from 'https://cdn.skypack.dev/loop-detection';
</script>
This attempt to detect infinite loops and notifies when they are found. It follows the same method of loop-protect, which is using a timer to indicate if a loop is running too long.
TODO(ibash) add usage and example information