Barcode scanner hangs on mobile — SW blocks AbortController timeout #66
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause: Service Worker interception of API GET requests combined with AbortController creates a known browser bug — the abort signal does not propagate through the SW layer, causing fetch() to hang indefinitely on mobile Chrome/Safari.
Fix (commit
52f8016):Already done in previous commits: Scan New button after scan results (
dd4744d), OCR serial suffix matching (c8ffab2).