onComplete method application

Last updated: 2026-03-05T10:53:28.852Z

Metrics

LOC: 9 Complexity: 1 Params: 1

Signature

onComplete(result)

Source Code

        onComplete(result) {
          chrome.runtime
            .sendMessage({
              type: "DEMO_REPLAY_COMPLETE" as MessageType,
              payload: result,
            })
            .catch(() => {});
          activeOrchestrator = null;
        },

No outgoing dependencies.

No incoming dependencies.