You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* this function allows turning it off to let tests run faster where this
33
-
* is not relevant.
28
+
* <p>FedCM by default delays promise resolution in failure cases for privacy reasons
29
+
* (https://fedidcg.github.io/FedCM/#ref-for-setdelayenabled); this function allows turning it off
30
+
* to let tests run faster where this is not relevant.
34
31
*/
35
32
voidsetDelayEnabled(booleanenabled);
36
33
37
34
/**
38
35
* Resets the FedCM dialog cooldown.
39
36
*
40
-
* If a user agent triggers a cooldown when the account chooser is dismissed,
41
-
* this function resets that cooldown so that the dialog can be triggered
42
-
* again immediately.
37
+
* <p>If a user agent triggers a cooldown when the account chooser is dismissed, this function
38
+
* resets that cooldown so that the dialog can be triggered again immediately.
43
39
*/
44
40
voidresetCooldown();
45
41
46
42
/**
47
43
* Gets the currently open FedCM dialog, or null if there is no dialog.
0 commit comments