IPFS.

Post

Share your knowledge.

IPFS moderator.
Mar 20, 2024
Expert Q&A

How can I monitor the progress of "storeCar" function?

I am facing an issue with the "storeCar" function in my application. Occasionally, the upload process hangs, preventing me from providing any feedback to the user regarding the progress or allowing them to cancel the upload. Is there a method or tool that can help me monitor the progress of the "storeCar" function and enable user interaction during the upload process? I would greatly appreciate any suggestions or guidance from the community.

  • IPFS
  • NFT.Storage
0
1
Share
Comments
.

Answers

1
IPFS moderator.
Mar 20 2024, 09:55

You can pass an AbortSignal and utilize a callback function for when a chunk has been stored in the storeCar method of the NFTStorage class. Here are the details:

  • The storeCar method is part of the NFTStorage class in the lib.NFTStorage module.
  • To pass an AbortSignal to the storeCar method, you can use the signal parameter. This allows you to abort the operation if needed.
  • Additionally, you can specify a callback function to be executed when a chunk has been successfully stored. This can be achieved using the onStoredChunk parameter in the CarStorerOptions object.

Here is the link to the documentation for the storeCar method, where you can find more information about the signal and onStoredChunk parameters: NFTStorage - storeCar

By utilizing the AbortSignal and the onStoredChunk callback, you can have more control over the storage process and handle the storage of chunks more efficiently.

0
Official Answer
Comments
.

Do you know the answer?

Please log in and share it.

The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for storing and sharing data in a distributed file system.

95Posts95Answers
Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

We use cookies to ensure you get the best experience on our website.
More info