Skip to content

Both copy text to your clipboard — Build with AI copies a setup prompt to paste into Claude Code, Cursor, Codex or Copilot; Copy page as Markdown copies this page to paste into a chat. How it works

ThrottledInvoker

Defined in: src/util/throttled_invoker.ts:5

Invokes the wrapped function in a non-blocking way when trigger() is called. Invocation requests are ignored until the function was actually invoked.