[Webkit-unassigned] [Bug 241803] Safari throws exception when calling requestStorageAccess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 06:57:45 PDT 2022


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

--- Comment #9 from John Wilander <wilander at apple.com> ---
(In reply to Jason Wilson from comment #6)
> I'm not sure I understand. When I don't catch the exception, I get the
> message "Unhandled Promise Rejected: undefined".

There's a difference between what your JavaScript code sees through objects and what you as a developer can see in Web Inspector's console. There are certain warnings and errors that should not be exposed to code since they can be user against the user. Take for instance the reason for why there is no cookie access. If the code gets to know that the user explicitly refused to provide cookie access, that can potentially be used to pressure the user. This has already happened so it's a known problem. Therefore, look in Web Inspector's console for any additional information.

-- 
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/20220627/490889ba/attachment.htm>


More information about the webkit-unassigned mailing list