mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Check for existence of `setTimeout` and `clearTimeout` in the runtime before using them, to ensure runtimes without them (like .NET ClearScript) do not crash just by importing `react-dom`.