Skip to content

Fix the real mobile download path + more OOM messages - #369

Merged
slaveofcode merged 1 commit into
mainfrom
develop
Aug 30, 2026
Merged

Fix the real mobile download path + more OOM messages#369
slaveofcode merged 1 commit into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

browser.ts (the platform-aware path 44 tools incl. VideoCompress actually use) gets the append-to-DOM + delayed-revoke fix — this is what fixes mobile 'processed but won't download'. Converts 9 self-rolled download islands to the shared service. Adds a friendly OOM message to mupdf.client (~20 PDF tools).

…ssages

- services/download/browser.ts is the platform-aware path 44 tools (incl.
  VideoCompress) actually use — apply the same fix as download.service.ts
  (append <a> to DOM before click; revoke blob URL after 60s + on pagehide,
  not 100ms). This is what actually fixes mobile 'processed but won't download'.
- Convert 9 islands that rolled their own <a download> (and revoked the URL
  synchronously) to the shared downloadService: PdfToExcel, BarcodeGenerator,
  DeskewTool, MemeGenerator, ColorBlindSim, BrailleConverter, EmlViewer,
  DocViewer, TextToSpeech — removes the duplicate buggy pattern.
- mupdf.client: friendly out-of-memory error for oversized PDFs (~20 PDF tools).
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 30, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 7aad7d2 Aug 30 2026, 02:35 AM

@slaveofcode
slaveofcode merged commit 9987e77 into main Aug 30, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant