hoodiehq / hoodie-connection-status

:dog: connection status API for the browser
Apache License 2.0
5 stars 10 forks source link

Implement connection.reset(options) #1

Closed gr2m closed 8 years ago

gr2m commented 9 years ago

Clears status & cache, aborts all pending requests. options as the same as in Constructor

Example

connection.reset(options).then(function () {
  connection.ok === undefined // true
})

See README