Skip to content

cvazac/xhr-observer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xhr-observer

Example usage:

var xhrObserver = require('xhr-observer');
xhrObserver.start({
  schedule: function() { /* ... */ },
  beforeCallback: function() { /* ... */ },
  afterCallback: function() { /* ... */ },
})

xhrObserver.stop()

Releases

No releases published

Packages

No packages published