mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
660026d50b
Our attempts at setting the correct `this` in our `setTimeout`/`setInterval` polyfills were slightly incorrect, because they used the wrong global object. (Thanks to [cyberjoker](https://hackerone.com/cyberjoker) for discovering this)