[Webkit-unassigned] [Bug 242002] preventSilentAccess throws NotSupportedError

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 16:35:51 PDT 2022


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=181082

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
This is definitely how it is implemented indeed. It's been a long time since this code was added, and I couldn't find any explanation of why it was done this way.

void CredentialsContainer::preventSilentAccess(DOMPromiseDeferred<void>&& promise) const
{
    promise.reject(Exception { NotSupportedError, "Not implemented."_s });
}

-- 
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/0f21c5f4/attachment-0001.htm>


More information about the webkit-unassigned mailing list