Code Monkey home page Code Monkey logo

Comments (2)

sheppard avatar sheppard commented on August 25, 2024

I agree, we need a more robust check than what navigator.onLine provides. I've also wanted to handle the case where onLine is "true" but there isn't actually a connection all the way to the internet. While we're at it, it would be nice to check latency so we could have a configurable cutoff point. For example, if the connection is working but very slow, we might want to count it as offline to speed things up. "slow" might be different depending on what we need the connection for.

I think an AJAX request makes sense, though we'll need to figure out where to send it (static file? add a "ping" service to wq.db? always require user to set a url?).

Here are some steps toward resoving this:

  • Do some investigating to find out what is currently being done to address this issue (http://offlinefirst.org/ could be a starting point). There may even be a library that handles this problem.
  • Assuming we take this on ourselves via the AJAX approach, determine API and server requirements if any.
  • Document the feature as well as general philosophy (see wq/wq#10)

from wq.app.

sheppard avatar sheppard commented on August 25, 2024

The integration of redux-offline should help mitigate this (see #105).

from wq.app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.