main thread
—
v153 · loaf in workers
A real worker is started, asked what its PerformanceObserver supports, and its answer is put next to the main thread's. Neither list is written into this page — both are read at load, from the browser you are using.
—
—
The lists are not sorted the same way on purpose — they are printed in the order each thread reports them, because the order is the browser's and reordering it would be editing the evidence.
| entry type | main thread | worker | what it reports |
|---|
If the main thread supports the type, blocking it produces a genuine entry — the thing a worker cannot produce.
| field | value |
|---|---|
| Not run yet. | |
Blocking the main thread freezes this page for a quarter of a second, on purpose. That is the point: the freeze is measurable here, and the identical freeze inside a worker is not.