[Webkit-unassigned] [Bug 231879] No IndexedDB persisted for iframe on different subdomain / port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 21:04:18 PDT 2021


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

Sihui Liu <sihui_liu at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #6 from Sihui Liu <sihui_liu at apple.com> ---
Hi Florian, 

This is expected behavior. Third party does not persistent IDB storage, see https://bugs.webkit.org/show_bug.cgi?id=214583.

We used to not allow IDB in third party iframe and workers at all, and decided to add it for compatibility and match the behavior with localStorage. (Note different ports will be treated as different domains.)

Also, StorageAccess API does not work with IndexedDB yet. If it's important to you, you can file a bug for requesting support (something like https://bugs.webkit.org/show_bug.cgi?id=199105) and describing your use case. Feature request can help us understand what's needed by developers, and better schedule our work.

-- 
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/20211020/59bf7641/attachment.htm>


More information about the webkit-unassigned mailing list