window-event-display

1.1.2 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i window-event-display

Weekly Downloads

2

Version

1.1.2

License

MIT

Unpacked Size

3.08 MB

Total Files

8

Last publish

Collaborators

  • terrymorse