performance
Create, Click, Revoke: Blob Downloads with Object URLs (Next.js Boundaries)
One-line takeaway: For Blob downloads, create an object URL, trigger the download, then immediately revoke it to reduce accumulation risk. In Next.js, the outcome depends on pinning browser-only APIs to Client Components.
nextjsblobobject-url