← back to v135 · service-worker-client-url-ignore-history-pushstate-changes

conformance · v135

v135 · service-worker-client-url-ignore-history-pushstate-changes — conformance probe

5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://www.w3.org/TR/service-workers/ chromestatus: #4996996949344256 generated 2026-06-01T09:57:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
5
total
id contract kind verdict detail
service-worker-supported navigator.serviceWorker is exposed. spec ↗ exists
client-interface-exposed Client is exposed on the global — the WindowClient subclass carries the url field. spec ↗ script
history-pushstate-still-works history.pushState is exposed — SW client URL no longer mirrors these changes per the new behavior. spec ↗ script
service-worker-controller-readable navigator.serviceWorker.controller is readable — exposes the controlling worker independent of URL changes. spec ↗ script
matching-clients-claim-method Clients.prototype.claim exists when running inside a Service Worker (feature-detect from window via Clients constructor presence). spec ↗ script