πŸ•ΈοΈ Online

Check if your machine is currently online and connected to the internet in Deno.

Test CI

import { isOnline } from "https://deno.land/x/online/mod.ts";

const result = await isOnline(); // boolean

Required permissions:

  1. --allow-net

πŸ‘©β€πŸ’» Development

Run tests:

deno test --allow-net

πŸ“„ License

MIT Β© Denorg