()
| 83 | |
| 84 | // vertx |
| 85 | function useVertxTimer() { |
| 86 | if (typeof vertxNext !== 'undefined') { |
| 87 | return function () { |
| 88 | vertxNext(flush); |
| 89 | }; |
| 90 | } |
| 91 | |
| 92 | return useSetTimeout(); |
| 93 | } |
| 94 | |
| 95 | function useMutationObserver() { |
| 96 | var iterations = 0; |
no test coverage detected