We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e372b commit f2a76e7Copy full SHA for f2a76e7
README.md
@@ -15,8 +15,8 @@
15
- No dependencies. Less than 10 lines. No shims or complicated fallbacks.
16
- Optimal performance in all modern environments.
17
- Use `queueMicrotask` in modern environments (optimal)
18
- - Fallback to `Promise.resolve().then(fn)` in Node.js 10 and earlier (optimal)
19
- - Fallback to `setTimeout` in old browsers without `Promise` (slow)
+ - Fallback to `Promise.resolve().then(fn)` in Node.js 10 and earlier, and old browsers (optimal)
+ - Fallback to `setTimeout` in JS environments without `Promise` (slow)
20
21
## install
22
0 commit comments