GithubHelp home page GithubHelp logo

Comments (8)

skellock avatar skellock commented on August 20, 2024 17

You can do this now. The 3rd parameter of post is handed right over to axios. So this would be something like:

api.post('url', data, { onUploadProgress: value => stuff(value) })

from apisauce.

ravirupareliya avatar ravirupareliya commented on August 20, 2024 10

I am using it with React-Native.

Yes loaded and total worked for me. It is just not showing in JsonObject but i can use it directly like progress.loaded and progress.total

from apisauce.

ravirupareliya avatar ravirupareliya commented on August 20, 2024

It is showing value as

{"type":"progress","target":{},"currentTarget":{},"eventPhase":2,"bubbles":false,"cancelable":false,"timeStamp":1496820159231,"isTrusted":false}

Where can i get progressCount or percentage?

from apisauce.

skellock avatar skellock commented on August 20, 2024

It should have loaded and total If it is measurable. (see https://developer.mozilla.org/en/docs/Web/API/ProgressEvent)

What browser/environment are you using?

from apisauce.

skellock avatar skellock commented on August 20, 2024

They might be getters and not iterable properties then. Glad it's working!

from apisauce.

ProxyJoshua avatar ProxyJoshua commented on August 20, 2024

@skellock How should I declare value type in typescript?

from apisauce.

chakrihacker avatar chakrihacker commented on August 20, 2024

Hey, it's better not to tag, just a suggestion.

Secondly, I didn't understand the context of the value, can you be more specific with some example?

from apisauce.

ProxyJoshua avatar ProxyJoshua commented on August 20, 2024

I solved my problem, I'm using typescript.

onUploadProgress: (values: ProgressEvent) => handleNewProgress(values)

I didn't knew the values type

from apisauce.

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.