issues
search
domenic
/
promises-unwrapping
The ES6 promises spec, as per September 2013 TC39 meeting
1.23k
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
On "resolved" and "settled"
#128
Neo42
closed
4 years ago
14
minor clarification
#120
cori
closed
6 years ago
2
Added Promise Object State Illustation
#119
hiteshsahu
opened
7 years ago
0
Grammar in States and Fates
#118
kidplug
closed
9 years ago
5
Fix grammatical error
#117
okcoker
closed
9 years ago
5
Missing "done" parameter in test/simple.js
#116
anba
closed
10 years ago
0
promise.prototype.thenReturn()
#115
jonathanong
closed
10 years ago
7
Promise.all({})
#114
jonathanong
closed
10 years ago
1
Guidance on handling malicious/flawed [[Reject]] capability
#113
getify
opened
10 years ago
17
`Promise(..)` doesn't seem to be usable as a typical constructor
#112
getify
closed
10 years ago
3
test: add tests to show sequence of operations
#111
smikes
closed
10 years ago
1
Reference implementation: InitialisePromise, fixes #109
#110
timwienk
closed
10 years ago
1
Reference implementation: InitialisePromise, step 8 (abrupt completion of executor function)
#109
timwienk
closed
10 years ago
4
The spec should define which incumbent globals and entry globals are used, especially when enqueueing tasks.
#108
nikhilm
opened
10 years ago
21
Consider not testing IsCallable on capability.[[Resolve]] and [[Reject]] until later
#107
domenic
closed
10 years ago
9
Typo Promise Resolve Functions, step 12: thenable -> resolution
#106
anba
closed
10 years ago
0
Promise.resolve(thenable) executes thenable.then synchronously
#105
domenic
closed
10 years ago
6
What motivates the complicated dance for NewPromiseCapability?
#104
domenic
opened
10 years ago
2
Why isn't [[AlreadyResovled]] part of the state of a promise?
#103
allenwb
closed
10 years ago
1
Missing "done" parameter in test/race.js
#102
anba
closed
10 years ago
1
catch() vs fail()
#101
daveheitzman
closed
10 years ago
12
Fulfilled vs. Resolved
#100
bterlson
closed
10 years ago
5
Implement January consensus: simplify resolution
#99
domenic
closed
10 years ago
7
Implement January consensus: remove Promise.cast
#98
domenic
closed
10 years ago
1
thisArgument of new Promise resolver can be more useful
#97
smcmurray
closed
10 years ago
2
Update with "This proposal has progressed to the Draft ECMAScript 6 Specification..."
#96
rwaldron
closed
10 years ago
2
Allow constructors to return new objects.
#95
cscott
opened
10 years ago
7
Potential inconsistency in using [[PromiseConstructor]] in Promise Resolution Handler
#94
domenic
opened
10 years ago
6
Add Promise.fromGenerator
#93
cscott
closed
10 years ago
3
Throw error if Promise.all counter exceeds Number.MAX_SAFE_INTEGER?
#92
anba
closed
10 years ago
8
Update to align with ES6 spec text
#91
domenic
closed
10 years ago
7
What happens if ArrayCreate throws in Promise.all?
#90
bzbarsky
closed
10 years ago
8
CountdownHolder setup is not robust in the face of broken promises
#89
bzbarsky
closed
10 years ago
8
Promise constructor: Handing of synchronous of resolver exceptions
#88
allenwb
closed
10 years ago
11
Spec creates strict requirements on subclass constructors
#87
sicking
opened
10 years ago
55
Explain use of `Promise.cast`
#86
domenic
closed
10 years ago
1
[Guide] creating a promise and continue to run steps async
#85
marcoscaceres
closed
10 years ago
14
[guide] Rejections Should Be Errors should cater for DOMException
#84
marcoscaceres
closed
10 years ago
9
Reentrancy issues in Deferred Construction Functions
#83
anba
closed
10 years ago
1
ExecutePromiseReaction assumes all Callables have a [[Realm]] internal slot
#82
anba
closed
10 years ago
8
Missing completion values
#81
anba
closed
10 years ago
2
Promise.deferred()?
#80
juandopazo
closed
11 years ago
20
Thenable coercion weak map logic is still not quite right
#79
domenic
closed
10 years ago
8
Promise Reaction Functions and Promise Resolution Handler Functions don't need to be real functions
#78
domenic
closed
10 years ago
5
Thenable coercion should use thenable.then(deferred.resolve, deferred.reject), not deferred.resolve(thenable)
#77
rossberg
closed
11 years ago
4
Terminology: overuse of "resolv*"
#76
allenwb
closed
10 years ago
8
Promise.race with empty lists
#75
juandopazo
closed
11 years ago
18
Remove `Invoke` usage
#74
domenic
closed
11 years ago
3
Add spec entry points that don't trigger user code
#73
jorendorff
opened
11 years ago
12
Infinite loop
#72
bryanforbes
closed
11 years ago
14
Next