WebIDLpedia

[DEPRECATED] AuctionReportBuyerDebugModeConfig dictionary

As of May 1, 2026, this name is no longer defined by a Web Platform specification

Definition

Protected Audience (formerly FLEDGE) defines AuctionReportBuyerDebugModeConfig



dictionary AuctionReportBuyerDebugModeConfig {
  boolean enabled = false;

  // Must only be provided if `enabled` is true.
  bigint? debugKey;
};

Referring IDL interfaces/dictionaries