-
基础知识点就不过多描述了,主要还是通过问题去发掘一些知识点
### 1. 关于 Promise 状态的理解
以下代码输出什么
```
new Promise((resolve, reject) => {
console.log(1)
resolve()
console.log(2)
reject()
console.log(3)
}).then(() => {
…
-
-
UnhandledPromiseRejectionWarning are logged in build logs.
https://dev.azure.com/criblio/js2bin/_build/results?buildId=1748&view=logs&j=0975ef43-79f0-500d-9f93-7109c7ec63a7&t=347eed54-f4d2-5fcd-ed9…
-
-
**I'm submitting a ...** (check one with "x")
```
[x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does n…
-
Would you be OK with usage of [promises](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise)? A large part of this library has a lot `successCB, errorCB` etc. that c…
-
These are the things that I promised to do in the crowd funding campaign, https://github.com/regebro/supporting-python-3/issues/new
- Clean up the code (done)
- Document how to generate the HTML for t…
-
Are there any plans to support the new [Promise API](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)?
-
Hi,
I integrated your directive and i really like the style and the behaviour.
Everything works nice with local data.
The only problem that i have is that i cant get it to work with remote data.
I fo…
-
지금은 API가 모두 함수마다 콜백을 다는 형태인데, Promise를 쓰고싶습니다. 어떻게 디자인하면 좋을까요?
CC @VBChunguk @disjukr