playwright/packages/playwright-core
Yury Semikhatsky a2b116aa39
fix(trace): ensure har entry _monotonicTime is always start time (#31385)
* Revert harTracer change from
aeba083da0
to make sure that har.Entry._monotonicTime always represents request
start time. The issue from the corresponding report was due to HEAD and
GET request sent for the same URL, that use case is still addressed as
we match by url + method
* Adjust resources monotonic time as well when several contexts are
shown in the trace viewer.

Fixes https://github.com/microsoft/playwright/issues/31133
2024-06-19 15:06:20 -07:00
..
bin chore: better error messages when stable channel installations fail on Windows (#29077) 2024-01-22 18:15:35 +01:00
bundles chore: update socks dependencies (fix npm audit for 'ip' package) (#31231) 2024-06-10 10:28:29 -07:00
src fix(trace): ensure har entry _monotonicTime is always start time (#31385) 2024-06-19 15:06:20 -07:00
types docs: examples for file directory upload (#31302) 2024-06-13 23:37:47 +02:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
.npmignore chore: fix installation tests (#26602) 2023-08-22 16:48:52 +02:00
browsers.json feat(firefox): roll to r1456 (#31375) 2024-06-19 19:03:58 +02:00
cli.js chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable (#24188) 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: mark v1.46.0-next (#31324) 2024-06-14 18:22:42 -07:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: update socks dependencies (fix npm audit for 'ip' package) (#31231) 2024-06-10 10:28:29 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.