| Summary: | preventSilentAccess throws NotSupportedError | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, pascoe, rmondello, webkit-bug-importer, wilander |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 15 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=181082 | ||
|
Description
Luke Warlow
2022-06-25 08:25:40 PDT
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 });
}
Pull request: https://github.com/WebKit/WebKit/pull/11303 Committed 264345@main (40294715d0c0): <https://commits.webkit.org/264345@main> Reviewed commits have been landed. Closing PR #11303 and removing active labels. |