sprints icon indicating copy to clipboard operation
sprints copied to clipboard

Wrong link on page "Promises benutzen"

Open Skasi opened this issue 3 years ago • 0 comments

Request type

  • [ ] Please close this issue, I accidentally submitted it without adding any details
  • [ ] New documentation
  • [x] Correction or update

Details

The "async/await" link at the end of the German MDN article "Using Promises" links to an English "queueMicrotasks" article instead of async/await. See this screenshot:

grafik

This is the wrong link: ❌ https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask

I used the English "Using Promises" page to find the correct link for async/await. This would be the correct link for the German version: ✔️ https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Statements/async_function

Skasi avatar Aug 11 '22 11:08 Skasi