79112214

Date: 2024-10-22 02:09:17
Score: 1.5
Natty:
Report link

The only use case i found of Promise is

setTimeout or fetch api call

or as others mentioned reading files.

Nothing asynchronous can actually be done in promise. Not even using web workers to perform async operation with promise. Its so confusing as, there's actually no use of promise at all. Wonder why/who created it.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: arjun