Bug 216819 - prompt "ask for more storage limit" are strange
Summary: prompt "ask for more storage limit" are strange
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-22 01:46 PDT by René Fabel
Modified: 2020-09-22 15:41 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René Fabel 2020-09-22 01:46:10 PDT
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.
Comment 1 Radar WebKit Bug Importer 2020-09-22 15:41:45 PDT
<rdar://problem/69396364>