[Webkit-unassigned] [Bug 159174] Main frame storage event never dispatched for localStorage/sessionStorage modifications
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 17:00:22 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159174
--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
<https://html.spec.whatwg.org/multipage/webstorage.html#the-localstorage-attribute>
> When the setItem(), removeItem(), and clear() methods are called on a Storage object x
> that is associated with a local storage area, if the methods did not throw an exception
> or "do nothing" as defined above, then for every Document object whose Window object's
> localStorage attribute's Storage object is associated with the same storage area,
> other than x, send a storage notification.
The operative words being "other than x".
Seems like this behaves correctly, closing.
--
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/20160628/569d3b82/attachment.html>
More information about the webkit-unassigned
mailing list