browser-is-online

Check the network connection


Keywords
browser, network, navigator, client, connectivity, html5
License
MIT
Install
npm install browser-is-online@1.0.0

Documentation

browser-is-online XO code style

Check the network connection

Usage

const isOnline = require('browser-is-online');

isOnline((err, status) => {
  if (err) throw err;
  changeText(status);
});

License

MIT © Vivek Poddar