playwright/src/utils
Andrey Lushnikov 9a50304dc1
fix: work-around electron's broken event loop (#5867)
Since `setImmediate` doesn't create a new task in Electron,
we have to fallback to `setTimeout` instead.

See https://github.com/electron/electron/issues/28261 for details.

Fixes #5228
2021-03-18 09:29:37 -07:00
..
binaryPaths.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
debugLogger.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
errors.ts feat(scopes): make page a scope (#4300) 2020-11-02 13:06:54 -08:00
httpServer.ts feat(inspector): wire snapshots to inspector (#5628) 2021-02-26 14:16:32 -08:00
registry.ts devops: start downloading webkit fork on Mac 10.14 (#5837) 2021-03-17 09:34:09 -07:00
stackTrace.ts chore: make stack filtering playwright dev-friendly (#5604) 2021-02-24 14:33:08 -08:00
timeoutSettings.ts fix(snapshot): do not let a single frame fail the whole snapshot (#3857) 2020-09-11 15:13:37 -07:00
ubuntuVersion.ts chore(typescript): enable esModuleInterop (#5409) 2021-02-11 06:36:15 -08:00
utils.ts fix: work-around electron's broken event loop (#5867) 2021-03-18 09:29:37 -07:00