Check url if is alive.
npm install @jswork/is-alive
import isAlive from '@jswork/is-alive';
const { code, success } = await isAlive('https://www.baidu.com');
Code released under the MIT license.
Check url if is alive.
npm install @jswork/is-alive
import isAlive from '@jswork/is-alive';
const { code, success } = await isAlive('https://www.baidu.com');
Code released under the MIT license.