gecko-dev/dom/credentialmanagement
Benjamin VanderSloot a773e9a9b0 Bug 1782085, part 11 - Implement CreateCredential, r=timhuang
Here is where a lot of the application logic of the protocol is.
We chain together promises that perform network requests for various resources, constructing and deconstructing values along the way.
The result is always an IPCCredential that can be shot back to the content process or an error nsresult.

Differential Revision: https://phabricator.services.mozilla.com/D155728
2022-09-14 02:02:49 +00:00
..