Files
puppeteer/test
Andrey Lushnikov 88eaede5ad fix(page): fix "timeout: 0" to actually disable any navigation timeout (#1435)
Since non-promise values always win the `Promise.race`, we shouldn't
return `null` for timeout promise in NavigationWatcher.

Instead, we can return a promise that never resolved. It should be
GC'd later with the navigation watcher itself.

Fixes #1417.
2017-11-21 08:21:25 +03:00
..
2017-06-21 14:11:52 -07:00
2017-08-31 17:58:07 -07:00