Module observable/windowOnline

Observable of the navigator.onLine.

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

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

Index

Variables