← 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.
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 | … |