1.0.2 • Published 6 years ago

network-changes v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

network-changes

Detect network changes

Installation

npm i network-changes

Usage

    import { NetworkChanges } from 'network-changes'

    const netChanges = new NetworkChanges();

    netChanges.onChange().subscribe(interfaces => {
        console.log(`Network has changed!`, interfaces);
    });

    netChanges.set

    subscription.unsubscribe();
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago