[Webkit-unassigned] [Bug 216818] New: QuotaExceededError with installed PWA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 01:33:11 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=216818

            Bug ID: 216818
           Summary: QuotaExceededError with installed PWA
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rene.fabel at fresh-byte.de

I currently developing an installable WebApp (PWA) and found an issuse with the Indexed DB API.

Issue: QuotaExceededError on 50MB throughput/limit when PWA is installed
After "add to homescreen" install of the WebApp I cant store more than 50 MB in IndexedDB. 
I try to store recordings (~10MB ArrayBuffer) in Indexed DB to upload this data later.
And I only save the data temporaly in indexed db, after an upload process the data gets removed. 
After about 50MB throughput the API throws an QuotaExceededError when I try to store more data. 
Because I deleted the data first, I would expect that I can store data again. 
Also this hard limit is only there when I install the PWA. When I use the browser this limit is not there and it works like expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200922/2109d38b/attachment.htm>


More information about the webkit-unassigned mailing list