It seems that for sessionStorage, it works differently on Chrome\'s Incognito Mode vs Safari\'s Private Browsing and Firefox\'s Private Window? I can find some
Your assessment is practically accurate:
0 in private mode, so all attempts to set a value will fail. This is kinda OK according to the spec, as the spec does not mandate a minimum space requirement.localStorage only).Please note that other browsers are also free to throw QuotaExceededError exceptions at any given time, should you go over the quota.
Safari Pivate mode supports localstorage and SessionStorage.
Safari latest version (Version 12.0) already have access to sessionStorage without any issue in incognito mode.