How to halt formidable.parse

Open
#457 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
aws, javascript
Domain
backend, cloud

Research direction

Start by reviewing formidable.parse and the Promise.all AWS image-loading flow described in the issue. Determine whether the parser lifecycle supports waiting for the asynchronous AWS work, then define a minimal reproducible example and document what completion behavior should be considered done.

Written by the indexing model from the issue text.

Description

Area: APIs Priority: Low Status: Available Type: Discussions Type: Enhancement

trying to build a service which will call AWS to load multiple images and return the AWS keys to the client. Here I am using Promise.all() to complete all the AWS call and get the AWS keys and then return the bunch of keys to the client.

I am using formidable. how do we halt the formidable.parse until the PromiseAll is complete?

Dominant language
JavaScript
Stars
7.2k
Forks
689
Avg merge
3d 7h
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from node-formidable/formidable

All issues in node-formidable/formidable

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.