-
### Intro
Both in the current IDL:
```
// No matter what approach is pursued, integration with developer tooling is
// key. Developer consoles SHOULD log un-caught errors from future chains.
// That…
-
In test `3.2.6.2`, in case of a rejection, exact value should be passed to the next rejection in chain, even if it is a `thenable` or a `promise`:
https://github.com/promises-aplus/promises-tests/blob…
arieh updated
11 years ago
-
See promises-aplus/promises-tests#36. Copied from [my comment](https://github.com/promises-aplus/promises-tests/issues/36#issuecomment-19517440).
---
It seems there is nothing that explicitly preve…
-
Could we define the behaviour of the `.done` function? I really think all promises implementations should include this method, and it would be great if they were consistent.
I don't know if it belon…
-
See TODOs in `spec/Deft/promise/Promise.coffee`.
-
Consider the following code :
``` javascript
var sideEffect = false;
deferred(true).then(function(val) {
sideEffect = val;
console.log(val);
}).end();
console.log(sideEffect);
```
This …
-
As per https://github.com/promises-aplus/resolvers-spec/issues/24 and https://github.com/pufuwozu/fantasy-land#constructorof-method
Should be pretty simple and then you'll have compliance
-
Per the [Sencha Forum discussion](http://www.sencha.com/forum/showthread.php?231563-Deftjs-factory-function&p=858118) and [Deft JS mailing list discussion](https://groups.google.com/forum/?fromgroups#…
-
The Future interface currently has .value, .state and .error. It doesn't seem that those attributes are common in the Javascript libraries/definitions of promises [1][2][3]. Indeed, those values are s…
-
I'm partial to the WTFPL (see below), but I imagine MIT might be a bit more... conventional ;)
```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004…