WebIDLpedia

[DEPRECATED] InterestGroupBiddingScriptRunnerGlobalScope interface

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

Definition

Protected Audience (formerly FLEDGE) defines InterestGroupBiddingScriptRunnerGlobalScope



[Exposed=InterestGroupBiddingScriptRunnerGlobalScope,
 Global=(InterestGroupScriptRunnerGlobalScope,
         InterestGroupBiddingScriptRunnerGlobalScope)]
interface InterestGroupBiddingScriptRunnerGlobalScope
        : InterestGroupBiddingAndScoringScriptRunnerGlobalScope {
  boolean setBid(optional (GenerateBidOutput or sequence<GenerateBidOutput>) oneOrManyBids = []);
  undefined setPriority(double priority);
  undefined setPrioritySignalsOverride(DOMString key, optional double? priority);
};