-
Current FLEDGE design doc does not explicitly allow returning a Promise from `generateBid()`.
Asynchronous functions, however, are used by some popular tools like TensorflowJS and WebAssembly which…
-
For now the spec say nothing about multiple outstanding open() or close() requests.
But, what happens if open() is called before the previous open() is not resolved?
I feel it's ok to call async func…
-
I'm sure this idea has come up before, but I couldn't find any existing content on it, so I figured I'd put together an issue.
I want to explore the idea of having standardized `AsyncContext.Variab…
-
Based on the discussion in https://github.com/eclipse-thingweb/node-wot/pull/1279 two points/issues arose. One is the following.
---
The current [`value()`](https://w3c.github.io/wot-scripting-a…
-
Hey @egh!
I'm trying to use XJSLT in a project where we run XSLTs to transform dita content. We are in a NodeJS flow, so XJSLT is a great fit to circumvent any Java / JDK dependencies that we do no…
-
If you look at the history of modules in the ECMAScript specification, it has been constantly changing. Although some things have remained as they were originally invented in ES6.
My question is abou…
-
# Promises/A+ Extension: Synchronous Inspection
This proposal extends the [Promises/A+](http://promises-aplus.github.com/promises-spec/) specification to cover synchronous inspection of a promise's f…
-
### What is the problem this feature will solve?
Tool authors often need to reimplement Node's resolving behaviors in order to ask the question: if *this* file was to import *this* path, which file w…
-
Currently trying to use **mtproto-core** in react-native project.
Have next issues:
During call method from the instance - getting **undefined** localStorage
```
[03:34:24] [Unhandled promis…
-
Since `redux-saga-promise` and [`redux-saga-thunk`](https://github.com/diegohaz/redux-saga-thunk) share similar intent while differing in implementations, perhaps it would be valuable for the communit…