[Webkit-unassigned] [Bug 168631] Non-persistent third party iframe localStorage
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 15 11:11:34 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=168631
--- Comment #2 from John Wilander <wilander at apple.com> ---
Thanks for filing, Malte!
As can be seen in StorageNamespaceProvider::localStorageArea(Document& document), partitioned localStorage uses a transient storage space. I.e. it is never persisted and behaves like sessionStorage.
This is not a bug but also not correct behavior, rather "not yet implemented." I assume you'd like to change your bug into an enhancement/feature request?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170315/f961982b/attachment.html>
More information about the webkit-unassigned
mailing list