← back to v134 · allow-reading-interest-groups-in-shared-storage-worklet

conformance · v134

v134 · allow-reading-interest-groups-in-shared-storage-worklet — conformance probe

6 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://github.com/WICG/shared-storage/pull/180 chromestatus: #5074536530444288 generated 2026-06-01T08:30:00Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
shared-storage-exists window.sharedStorage exposes the Shared Storage API entry point. spec ↗ exists
shared-storage-worklet-exists sharedStorage.worklet is the worklet handle used to host interestGroups(). exists
shared-storage-worklet-addmodule-is-function sharedStorage.worklet.addModule is a function used to load worklet modules. typeof
shared-storage-run-is-function sharedStorage.run is callable so an interestGroups() worklet operation can be triggered. typeof
shared-storage-selecturl-is-function sharedStorage.selectURL is callable so worklet output (informed by interestGroups()) can drive URL selection. typeof
shared-storage-set-is-function sharedStorage.set is a function — interest group results are written back via shared-storage writes. typeof