demo · v132

The worklet flow: contributions in, debug payload out

A Private Aggregation worklet calls enableDebugMode() then contributeToHistogram() several times. The browser collects the contributions, signs them, and emits a debug-mode aggregatable report. Tune the contributions below and see the report shape that would be POSTed to the helper.

worklet inputs

Per-origin budget is 65,536. Total value 0.

worklet code


      

debug-mode aggregatable report (sent to /.well-known/private-aggregation/debug/...)


  

see also