We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 518fb2c commit 79d4a5cCopy full SHA for 79d4a5c
packages-exp/auth-exp/src/platform_browser/auth_window.ts
@@ -28,6 +28,7 @@ export type AuthWindow = {
28
} & {
29
// Any known / named properties we want to add
30
grecaptcha?: Recaptcha;
31
+ ___jsl?: Record<string, any>;
32
33
// A final catch-all for callbacks (which will have random names) that
34
// we will stick on the window.
0 commit comments