Lines Matching refs:Async
38 - Clarified Async's browser support (#1643)
45 …aking changes in this major version, but the biggest feature is that most Async methods return a P…
55 - Most Async methods return a Promise when the final callback is omitted, making them `await`-able!…
65 - Async generators are now supported in all the Collection methods. (#1560)
105 - Fixed using `eval`, preventing Async from running in pages with Content Security Policy ([#1404](…
151 …ow `require("async/series")` to only require the `series` function. Every Async library function i…
153 …Async as a collection of ES2015 modules. You can now `import {each} from 'async-es'` or `import wa…
166 There were several cases where Async accepted some functions that did not strictly have these prope…
168 …. This might not seem like a lot, but it can add up if you are using many Async functions in the c…
174 - Async is now modularized. Individual functions can be `require()`d from the main package. (`requi…
175 - Async is also available as a collection of ES2015 modules in the new `async-es` package. (`import…