Skip to content

Commit

Permalink
[ru] update "See also" section in `Web/JavaScript/Reference/Global_Ob…
Browse files Browse the repository at this point in the history
…jects/Promise` (#22803)

* fix: link

* update links in "See also" section

---------

Co-authored-by: Leonid Vinogradov <[email protected]>
  • Loading branch information
PassionPenguin and leon-win authored Jul 30, 2024
1 parent 9868767 commit 8c4dd55
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,11 +221,8 @@ if ("Promise" in window) {

## Смотрите также

- [Спецификация Promises/A+](http://promisesaplus.com/)
- [Jake Archibald: JavaScript Promises: There and Back Again](http://www.html5rocks.com/en/tutorials/es6/promises/)
- [Domenic Denicola: Callbacks, Promises, and Coroutines – Asynchronous Programming Pattern in JavaScript](http://de.slideshare.net/domenicdenicola/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript)
- [Matt Greer: JavaScript Promises ... In Wicked Detail](http://www.mattgreer.org/articles/promises-in-wicked-detail/)
- [Forbes Lindesay: promisejs.org](https://www.promisejs.org/)
- [Nolan Lawson: We have a problem with promises — Common mistakes with promises](http://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html)
- [Promise polyfill](https://github.com/jakearchibald/es6-promise/)
- [Udacity: JavaScript Promises](https://www.udacity.com/course/javascript-promises--ud898)
- [Полифил `Promise` в `core-js`](https://github.com/zloirock/core-js#ecmascript-promise)
- [Руководство по использованию промисов](/ru/docs/Web/JavaScript/Guide/Using_promises)
- [Спецификация Promises/A+](https://promisesaplus.com/)
- [JavaScript Promises: an introduction](https://web.dev/articles/promises) на web.dev (2013)
- [Callbacks, Promises, and Coroutines: Asynchronous Programming Patterns in JavaScript](https://www.slideshare.net/slideshow/callbacks-promises-and-coroutines-oh-my-the-evolution-of-asynchronicity-in-javascript/9953720) — презентация Доменика Дениколы (2011)

0 comments on commit 8c4dd55

Please sign in to comment.