-
From verison 2.0 -
The `.on(name:string, handler:function):this` API from `EventListener` now returns a promise.
this breaks the chaining API, because it returns a Promise, which I could not figu…
osher updated
2 months ago
-
hello! i'm loading wasm-vips in a web worker and using postMessage to do some file conversions. it sends a message when the Vips promise (ie what's returned from the default export function) is resolv…
-
### Odoo Version
- [ ] 15.0
- [ ] 16.0
- [X] 17.0
- [ ] Other (specify)
### Steps to Reproduce
# Odoo Error: Uncaught Promise > Cannot read properties of undefined (reading 'split')
## Steps to …
-
rule/prepare and result returns promise to be able to use async action.
THIS WILL BE BREAKING CHANGE.
-
Make sure those 3 libraries for promises
- bluebird 10,5mln downloads/week
- promise 4.8mln downloads/week
- q 4,7mln downloads/week
works fine with context propagation for scope managers on w…
-
I get:
```
UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError in plugin 'gulp-wrap'
message: 'processPartialName is not defined'
```
When doing th…
-
-
I don't feel ready to implement anything yet, but I wanted to file an issue to talk about it. Promises are certainly everywhere in JS, and I think we need to do something to make it easy for a new use…
-
[Q](https://github.com/kriskowal/q) is the preferred method for implementing promises in node. promises should be written to leverage this library over promised-io.
-
We have `when.settle(array)` to settle a whole array of promises, but what about settling one promise? Is that useful? If so, then maybe we can provide `Promise.prototype.settle`. It'd return a pro…