Skip to content

Instantly share code, notes, and snippets.

View pieterclaerhout's full-sized avatar

Pieter Claerhout pieterclaerhout

View GitHub Profile
package main
import (
"context"
"fmt"
"net/http"
"golang.org/x/sync/errgroup"
)
@pieterclaerhout
pieterclaerhout / gist:3089280
Last active August 13, 2020 16:09
Check if an iOS device is online or not
<html>
<head>
<title>Check If The Device is Online or Not</title>
</head>
<body>
<script type="text/javascript">
if (navigator.onLine) {