[webkit-qt] sqlite database as local storage
Allan Sandfeld Jensen
kde at carewolf.com
Wed Feb 26 05:37:39 PST 2014
Hi Richard
You can increase the default offline storage quota in QWebSettings or you can
implement hooks in qwebpage that allows your specific application to go over
the default quota of 5Mbyte.
`Allan
On Wednesday 26 February 2014, Richard Gerd Kuesters wrote:
> thanks Allan!
>
> the problem is: i would like to make usage of a database (created by me)
> that can have 400mb+ ... first of all, i don't know nothing about websql
> or the local storage api :) and second, how will webkit handle a
> database this size?
>
>
> best regards,
> richard.
>
> On 02/26/2014 09:41 AM, Allan Sandfeld Jensen wrote:
> > On Wednesday 26 February 2014, Richard Gerd Kuesters wrote:
> >> Thanks Konstantin and Allan!
> >>
> >> I'm sorry to hear that this can't be done anymore, since it was a hope
> >> of mine to bring more logic to the JavaScript end of my application :)
> >> But that's ok, nevertheless I'll have a lot of work, lol.
> >
> > You can still use the Local Storage API or WebSQL.
> >
> > `Allan
More information about the webkit-qt
mailing list