Skip to content

v0.0.2

Compare
Choose a tag to compare
@Hinaser Hinaser released this 15 Aug 13:52
· 16 commits to master since this release
bb4d782

Changed

  • Event listener for XMLHttpRequest like onreadystatechante, onload, ...etc can now receive
    more precise Event/ProgressEvent.
    • event.target and event.currentTarget now has the originator xhr instance.
    • onload and onloadend events now holds accurate bytes in loaded/total property.
    • Calling event.stopImmediatePropagation in event listener/function can now stop
      another listeners to be invoked as well as original XMLHttpRequest.
  • Replaced the headless browser for testing from nightmare to puppeteer.

Removed

  • Removed map files from /dist folder
  • Removed non-minified build file from /dist folder.