issues
search
then
/
promise
Bare bones Promises/A+ implementation
https://www.promisejs.org
MIT License
2.58k
stars
312
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix GitHub workflow badge URL
#176
shoito
closed
9 months ago
1
[BUG]Why this promise execute queue is not same with v8 Promise。
#175
jjkbb123
closed
2 years ago
1
Implement `Promise.any()`
#174
retyui
closed
2 years ago
3
docs: update README badges
#173
ForbesLindesay
closed
2 years ago
1
feat: update CI to use GitHub actions
#172
ForbesLindesay
closed
2 years ago
1
Implement Promise.allSettled()
#171
retyui
closed
2 years ago
4
fix: spelling error
#170
ryuever
closed
2 years ago
1
Promise.allSettled ?
#169
fritx
closed
2 years ago
2
It's difference between native and shim
#168
ahnuchen
closed
3 years ago
1
optifine bugs
#167
lukas20wp
closed
3 years ago
1
How can I build a setimmediate flavor that is not uglified?
#166
Huxpro
closed
3 years ago
1
code refactor. use new.target to detect if promise is called with new instead of this check
#165
sktguha
closed
3 years ago
1
Catch works earlier if I pass reject as second callback
#164
nairihar
closed
4 years ago
1
if (fn === noop) return; Can't judge correctly
#163
lambGirl
closed
4 years ago
1
Bump acorn from 1.2.2 to 7.1.1
#162
dependabot[bot]
opened
4 years ago
1
Promise.prototype.finally is not aligned with the most current spec draft
#161
MapTo0
opened
4 years ago
1
feat: support ES2015 iterables in all() and race()
#160
motiz88
closed
4 years ago
1
Difference with native Promise
#159
neewbee
opened
5 years ago
2
Questions regarding unhandled rejections
#158
alamothe
closed
5 years ago
4
fix: make Promise.race only resolve/reject once
#157
call-a3
closed
5 years ago
2
Promise.race resolves the combined Promise multiple times, which emits an error/warning event in node
#156
call-a3
closed
5 years ago
1
adding Promise.race documentation and reference to proper API docs
#155
debopamsengupta
closed
5 years ago
3
promise.race() missing from the API description in README
#154
debopamsengupta
closed
5 years ago
4
who can tell me that what is the meaning of the code?
#153
yolilufei
closed
5 years ago
2
Fix typo: optimistically
#152
henryqdineen
closed
5 years ago
2
Why promise. then is faster than setTimeout
#151
duuliy
closed
5 years ago
1
Discuss ways to avoid `new Function` in denodeify
#150
mikesamuel
opened
6 years ago
1
docs(readme): domains link to nodejs
#149
PatrickJS
closed
6 years ago
2
Make the build reproducible
#148
lamby
closed
6 years ago
7
promise pending
#147
wang-D-ming
closed
6 years ago
1
Make the build reproducible
#146
lamby
closed
6 years ago
21
Add an additional method
#145
BlackHole1
closed
6 years ago
3
For better code specifications
#144
BlackHole1
closed
6 years ago
3
Update asap dependency to fix issues in react native env
#143
Eyesonly88
closed
6 years ago
1
can Promise.resolve replace by code like this?
#142
miracle9312
closed
6 years ago
2
Promise do not change to "resolve" mode when calling the function again.
#141
roysG
closed
7 years ago
4
Wrong order of parameters in example
#140
hefekranz
closed
7 years ago
1
Can't pass promise into a promise
#139
hakunin
closed
7 years ago
1
Promise not being resolved
#138
AlexDenisov
closed
7 years ago
2
Please don't silently catch errors
#137
jankeromnes
closed
7 years ago
5
'get' is not defined no-undef
#136
newbiedev1987
closed
7 years ago
1
Flow types are incompatible with Flow versions <= 0.45
#135
fc
closed
7 years ago
2
stuck with Promise.all
#134
nurulnabi
closed
7 years ago
1
Removed unused function
#133
jackmoore
closed
6 years ago
1
Typo/bug in node-extensions.js (Promise.nodeify)
#132
marcb
opened
8 years ago
0
Add files to .npmignore
#131
fson
closed
8 years ago
4
console.log does not print in promise.then in browser
#130
yavuzmester
closed
8 years ago
1
Add standard rejection tracking
#129
ForbesLindesay
opened
8 years ago
1
Problem with passing a not iterable argument in Promise.all()
#128
anvk
opened
8 years ago
0
semicolon fix
#127
denisx
closed
8 years ago
1
Next