Commit 39416ded1a220c1715ed88d5ce2116950c378d3b
update readme to mention requestIdleCallback
Matt McKegg committed on 11/21/2016, 4:06:27 AMParent: 1f69a7c23c4c4afd58c3c6cd989bba0a1d391283
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -22,8 +22,9 @@ | |||
22 | 22 … | ## Compatibility | |
23 | 23 … | ||
24 | 24 … | Requires an environment that supports: | |
25 | 25 … | - `setImmediate(fn)` | |
26 … | + - `requestIdleCallback(fn)` (optional, only when using `{idle: true}`, `mutant/once-idle` or `mutant/idle-proxy`) | ||
26 | 27 … | - `Map` and `WeakMap` | |
27 | 28 … | - `MutationObserver` (optional, only for root `html-element` binding support) | |
28 | 29 … | - ES5 arrays (`Array.prototype.forEach`, etc) | |
29 | 30 … | - `Array.prototype.includes` |
Built with git-ssb-web