-
This feels like such a troll issue to open...so my apologies if it is.
It looks like, by some of your examples, that if we're putting a try/catch in our tasks, we can check for `e.name === 'TaskCanc…
-
After update promises-aplus-tests to v2.1.1, the spec test failed.
```
Promise.reject(Promise.resolve()).then(
function(){console.log('resolved')},
function(){console.log('rejected')}
)
```
shou…
-
Originally reported on Google Code with ID 7537
```
promise.controlFlow() will hang when it returns an object with method "then." I think
it might be assuming the return object is of type webdriver.p…
-
``````
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'up…
-
Sorry if this a more appropriate question for StackOverflow, thought I would ask here first.
Not sure if this was mentioned before, but I was reading @getify [You Don't Know JS - Async & Performance]…
-
I propose to change the spec so it would require more unique method names. For example, instead of `ap` method, a `@@fantasy-land/ap`. It can be called as `foo['@@fantasy-land/ap']()`.
This would ser…
-
Originally reported on Google Code with ID 5756
```
I am confused about the implementation of promises in this library.
driver.get('http://www.google.com');
driver.findElement(webdriver.By.name('q')…
-
**Do you want to request a _feature_ or report a _bug_?**
Bug
**What is the current behavior?**
Unit Test suite fails on Chrome at test # 5146
**What is the expected behavior?**
All test should pas…
-
In Palemoon, when I include ACCESS_READER_ID variable in url for amp-pixel, I never get the call (server log shows that nothing is downloaded). Same amp-pixel WITHOUT the ACCESS_READER_ID variable suc…
-
I would like to be able to bind to the progress event of the xhr upload.
for example (in plain javascript):
var xhr = new XMLHttpRequest();
xhr.upload.addEventListener("progress", uploadProgress, fa…