Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

140
Views
Where can I find any docs on why Node 14 changed Promise {} into Promise {undefined, Symbol(async_id_symbol)...}?

I came across this change some time ago and I could not track it down to any release notes, neither Node or V8.

Until Node12, non-awaited promise was returning empty Promise {}, but since Node 14, it returns:

Promise {
  undefined,
  [Symbol(async_id_symbol)]: 51,
  [Symbol(trigger_async_id_symbol)]: 5,
  [Symbol(destroyed)]: { destroyed: false }
}

I clearly see that it was changed in Node14, as it is not present on Node 12 at all.

Does anyone know the source of this change and can point to the docs/provide any explanations to help to understand this change and its impact?

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!