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
Rewrite the user prompt handler configuration to allow overrides
The idea is that for BiDi we'll accept objects like:
{
"alert": "dismiss",
"beforeUnload": "ignore"
}
to allow different handling per prompt type, whilst falling back to
the appropiate defaults to maintain the current behaviour for
implementations that don't support BiDi.
0 commit comments