Skip to content

Commit

Permalink
Running format script
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 7, 2024
1 parent b2ef56a commit 7b5f6d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public interface HasFederatedCredentialManagement {
* Disables the promise rejection delay.
*
* <p>FedCM by default delays promise resolution in failure cases for privacy reasons
* (https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it off
* to let tests run faster where this is not relevant.
* (https://w3c-fedid.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it
* off to let tests run faster where this is not relevant.
*/
void setDelayEnabled(boolean enabled);

Expand Down

0 comments on commit 7b5f6d7

Please sign in to comment.