React Executor - v0.0.24
    Preparing search index...

    Module observable/navigatorOnline

    The observable that emits true if the device is connected to the network, and emits false if the device is disconnected from the network.

    import retryWhen from 'react-executor/plugin/retryWhen';
    import navigatorOnline from 'react-executor/observable/navigatorOnline';

    const executor = useExecutor('test', heavyTask, [
    retryWhen(navigatorOnline)
    ]);

    Variables

    default