Type Alias NetworkState

NetworkState:
    | "ok"
    | "preload"
    | "error"
    | "proxy-error"
    | "timeout"
    | "forbidden"