[Webkit-unassigned] [Bug 216819] New: prompt "ask for more storage limit" are strange

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 01:46:10 PDT 2020


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

            Bug ID: 216819
           Summary: prompt "ask for more storage limit" are strange
           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 WebApp (PWA) and found an issuse with the Indexed DB API.

Issue: prompt "ask for more storage limit"
I implemented an recording => store data to indexeddb => upload data to backend => remove data from indexed DB process in my web app.
After this process is running for some minutes (about 5-10 recordings about 20mb) the browser continously prompt/ask the user for more storage space about 1.3GB/1.6/...
The current used space in indexed db is less than 40MB. Data only stored temporarly.

I would expect that
- the user only gets prompted when the browser is near this 1.3/1.6 GB limits.
- I develop an long running application where the user is not always on the screen. It would be nice to have an option to set limits for webapps in the browser itself, and not prompt users while the app is running.

-- 
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/af760c47/attachment-0001.htm>


More information about the webkit-unassigned mailing list