Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/push/test/xpcshell/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 274 B image not shown  

Quelle  broadcast_handler.sys.mjs   Sprache: unbekannt

 
export var broadcastHandler = {
  reset() {
    this.notifications = [];

    this.wasNotified = new Promise(resolve => {
      this.receivedBroadcastMessage = function () {
        resolve();
        this.notifications.push(Array.from(arguments));
      };
    });
  },
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]