[Webkit-unassigned] [Bug 226814] localStorage "locks" items when they're updated too frequently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 11:56:44 PDT 2021


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

--- Comment #18 from Yusuke Suzuki <ysuzuki at apple.com> ---
LocalStorage implementation is fully in C++ in WebCore side. Even if anything happens in optimized JS code side, it should not make LocalStorage locked (since this state management should be done in C++). So I don't think this is JS related.

-- 
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/20210615/c799c3d1/attachment.htm>


More information about the webkit-unassigned mailing list