[Webkit-unassigned] [Bug 229811] Implement Storage API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 20 07:27:16 PDT 2023


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

Nate Brustein <nbrustein at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nbrustein at gmail.com

--- Comment #3 from Nate Brustein <nbrustein at gmail.com> ---
I'm not seeing StorageManager.persist() and persisted() work in the way I expect.

Here is what I'm seeing in Safari:

 * storage.persist() will resolve to true
 * In the same session, storage.persisted() will resolve to true
 * After refreshing the page storage.persisted() will resolve to false

I would expect that if storage.persisted() resolved to true in one session, it would still be true in a subsequent session. That's what I'm seeing in Chrome and FF.

Am I misunderstanding the behavior here, or is this unexpected?

-- 
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/20230320/04abbe8f/attachment.htm>


More information about the webkit-unassigned mailing list