Coder Social home page Coder Social logo

Comments (3)

peteruithoven avatar peteruithoven commented on July 17, 2024

Slight downside is that it isn't Node.js compatible, but there is a Node.js specific alternative: https://github.com/bitinn/node-fetch
Maybe, in the future we can do some kind of conditional platform check.

from doodle3d-api.

peteruithoven avatar peteruithoven commented on July 17, 2024

In the mean time we've readded jQuery's ajax because fetch was lacking timeout functionality.
A solution could be adding a timeout wrapper:
JakeChampion/fetch#175 (comment)

If we want to make the API universal/isomorphic we could use: isomorphic-fetch. But beside that it might be slightly easier to test (which I'm not sure of) I don't really see the point.

from doodle3d-api.

casperlamboo avatar casperlamboo commented on July 17, 2024

Note that this is not a connection timeout. This is a response timeout. ... even if the timeout happens, the original request won't be aborted.

This means that when a gcode batch times out it's still plausible it is being send to the doodle box. The api will resend the batch and the same batch will be printed twice.

from doodle3d-api.

Related Issues (16)

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.