[Webkit-unassigned] [Bug 214037] sessionStorage has a much higher limit than localStorage and throws the wrong exception
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 20 05:05:57 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=214037
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
I am able to reproduce this bug in Safari Technology Preview 151:
Link - https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8251
*** Safari Technology Preview 151 ***
Continue to grow in log window -
log: 5684
log: 5685
log: 5686
log: 5687
log: 5688
log: 5689
log: 5690
log: 5691
log: 5692
log: 5693
log: 5694
log: 5695
log: 5696
log: 5697
*** Firefox Nightly 105 ***
log: object "QuotaExceededError: The quota has been exceeded." (34 props: name="QuotaExceededError", message="The quota has been exceeded.", code=22, result=2152923158...)
*** Chrome Canary 106 ***
log: object "QuotaExceededError: Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota." (29 props: stack="Error: Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota.\n at test (<anonymous>:6:24)", code=22, name="QuotaExceededError", message="Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota."...)
_______________
Link - https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8252
*** Safari Technology Preview 151 ***
log: object "QuotaExceededError: The quota has been exceeded." (31 props: line=6, column=19, sourceURL="https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8252", code=22...)
*** Chrome Canary 106 ***
log: object "QuotaExceededError: Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota." (29 props: stack="Error: Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota.\n at test (<anonymous>:6:26)", code=22, name="QuotaExceededError", message="Failed to set a named property on 'Storage': Setting the value of '81' exceeded the quota."...)
*** Firefox Nightly 105 ***
log: object "QuotaExceededError: The quota has been exceeded." (34 props: name="QuotaExceededError", message="The quota has been exceeded.", code=22, result=2152923158...)
______________
Just wanted to update latest test results. Thanks!
--
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/20220820/92f52f76/attachment.htm>
More information about the webkit-unassigned
mailing list