git ssb

1+

Matt McKegg / mutant



Commit 39416ded1a220c1715ed88d5ce2116950c378d3b

update readme to mention requestIdleCallback

Matt McKegg committed on 11/21/2016, 4:06:27 AM
Parent: 1f69a7c23c4c4afd58c3c6cd989bba0a1d391283

Files changed

README.mdchanged
README.mdView
@@ -22,8 +22,9 @@
2222 ## Compatibility
2323
2424 Requires an environment that supports:
2525 - `setImmediate(fn)`
26 + - `requestIdleCallback(fn)` (optional, only when using `{idle: true}`, `mutant/once-idle` or `mutant/idle-proxy`)
2627 - `Map` and `WeakMap`
2728 - `MutationObserver` (optional, only for root `html-element` binding support)
2829 - ES5 arrays (`Array.prototype.forEach`, etc)
2930 - `Array.prototype.includes`

Built with git-ssb-web