airbnb / hypernova

A service for server-side rendering your JavaScript views
MIT License
5.82k stars 207 forks source link

Clear timeout in raceTo #109

Closed schleyfox closed 6 years ago

schleyfox commented 6 years ago

Also, turns out you can call clearTimeout on anything. Even the if (timeout) is unnecessary.

/cc @goatslacker

schleyfox commented 6 years ago

@ljharb added catch case