DEV/Javascript
프로미스와 관련된 흔한 실수들
young.gratia
2022. 2. 21. 14:35
https://pouchdb.com/2015/05/18/we-have-a-problem-with-promises.html
We have a problem with promises
Clarification: for these examples, I’m assuming that both doSomething() and doSomethingElse() return promises, and that those promises represent something done outside of the JavaScript event loop (e.g. IndexedDB, network, setTimeout), which is why they
pouchdb.com
프로미스 사용법이 헷갈리는 사람들이 읽어보면 좋을듯! MDN 프로미스 관련 문서 맨 밑에 참고 링크로 걸려 있길래 눌러봤더니 내용이 좋다.