1.1.2 • Published 2 years ago

window-event-display v1.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
2 years ago

window-event-display

Display events sent to document.window

Test of Window Events

Usage

<div id="divEvents">
  <ol id="olEvents" class="text-monospace"></ol>
</div>

<script
  src="https://cdn.jsdelivr.net/npm/window-event-display@latest/src/windowevents.js"></script>
<script>

<script>
  const divEvents = document.getElementById('divEvents');
  const olEvents = document.getElementById('olEvents');
  WindowEvents(olEvents, divEvents);
</script>
1.1.1

2 years ago

1.1.0

2 years ago

1.1.2

2 years ago

1.0.0

3 years ago