@segment/clear-images

Clear img.onload to prevent errors for testing

Usage no npm install needed!

<script type="module">
  import segmentClearImages from 'https://cdn.skypack.dev/@segment/clear-images';
</script>

README

clear-images

CircleCI Codecov

Clear img.onload to prevent errors for testing.

Installation

$ npm install @segment/clear-images

API

clearImages()

Sets img.onload to an empty function so no errors are thrown in any onload callbacks.

.bind()

Overrides the window.Image constructor to watch when images are created.

.unbind()

Sets window.Image back to normal.